From 016989874c9be3d61080a6fd1396e11fa5feeee1 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 28 Mar 2016 20:06:49 +0200 Subject: first working version --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 300471b..bc54fcc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "sigma.js"] - path = sigma.js - url = https://github.com/jacomyal/sigma.js.git [submodule "brain"] path = brain url = https://github.com/harthur/brain +[submodule "d3"] + path = d3 + url = https://github.com/mbostock/d3 -- cgit v1.3.1