diff options
author | slomo <steve.harrison@gmx.net> | 2011-04-07 15:55:56 +0200 |
---|---|---|
committer | slomo <steve.harrison@gmx.net> | 2011-04-07 15:55:56 +0200 |
commit | d8fd33cf3cbd2b9adbf28e7739a1c0de61043f16 (patch) | |
tree | 64a04c8e9a2439c7c787ec6bf3e619663911e299 | |
parent | bfbc478c5ec2e07d5047ae020361bedfa4e5f4c6 (diff) | |
download | osm-xapi-d8fd33cf3cbd2b9adbf28e7739a1c0de61043f16.tar.gz osm-xapi-d8fd33cf3cbd2b9adbf28e7739a1c0de61043f16.tar.xz osm-xapi-d8fd33cf3cbd2b9adbf28e7739a1c0de61043f16.zip |
added nvm submodule
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | nvm | 0 |
2 files changed, 6 insertions, 0 deletions
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 diff --git a/nvm b/nvm new file mode 160000 +Subproject 83520186d8eb88dbf0a713876be723169cf956b |