diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 4b7b098..124f89b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +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 "nvm"] + path = nvm + url = https://github.com/creationix/nvm.git +[submodule "pg"] + path = pg + url = https://github.com/AlexanderS/node-postgres.git |