From d8fd33cf3cbd2b9adbf28e7739a1c0de61043f16 Mon Sep 17 00:00:00 2001 From: slomo Date: Thu, 7 Apr 2011 15:55:56 +0200 Subject: added nvm submodule --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 4b7b098..3bacd5e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "src/nodejs/tests/node-async-testing"] path = src/nodejs/tests/node-async-testing url = https://github.com/bentomas/node-async-testing.git +[submodule "nave"] + path = nave + url = https://github.com/isaacs/nave.git +[submodule "nvm"] + path = nvm + url = https://github.com/creationix/nvm.git -- cgit v1.2.3 From 00f03a2ffec6823ea33cee90e03fb2f9c91113cb Mon Sep 17 00:00:00 2001 From: slomo Date: Thu, 7 Apr 2011 15:57:42 +0200 Subject: .gitmodules updated --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 3bacd5e..b086e1f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "src/nodejs/tests/node-async-testing"] path = src/nodejs/tests/node-async-testing url = https://github.com/bentomas/node-async-testing.git -[submodule "nave"] - path = nave - url = https://github.com/isaacs/nave.git [submodule "nvm"] path = nvm url = https://github.com/creationix/nvm.git -- cgit v1.2.3