diff options
author | yves <steve.harrison@gmx.net> | 2011-04-21 19:10:12 +0200 |
---|---|---|
committer | yves <steve.harrison@gmx.net> | 2011-04-21 19:10:12 +0200 |
commit | 079ada2aba6e2f421cadc895d01e85c8e5e87728 (patch) | |
tree | 223f4d3f7fe882fc20fd7d3e13848bbffaf66e67 /.gitmodules | |
parent | 1c143502a80a02b2a5821623d49d2969fb6d1734 (diff) | |
parent | 530fef9c8b6653278c1158871fd6fbe39176391b (diff) | |
download | osm-xapi-079ada2aba6e2f421cadc895d01e85c8e5e87728.tar.gz osm-xapi-079ada2aba6e2f421cadc895d01e85c8e5e87728.tar.xz osm-xapi-079ada2aba6e2f421cadc895d01e85c8e5e87728.zip |
Merge branch 'new-bootstrap'
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4b7b098..b086e1f 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 |