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