Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-11-17 05:01:02 +0400
committerisaacs <i@izs.me>2011-11-17 05:01:02 +0400
commite54019f83294e30d03ef7e0911bb391acd556fcf (patch)
treeec3d9c0e1ac455ec089973d212384b75a31da5fd /.gitmodules
parent80c7f1eba41e05825f4c941f4361192a0619822e (diff)
add fstream and tar submodules
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 7a215f7ed..ff0c3839b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -34,3 +34,9 @@
[submodule "node_modules/request"]
path = node_modules/request
url = https://github.com/isaacs/request.git
+[submodule "node_modules/tar"]
+ path = node_modules/tar
+ url = git://github.com/isaacs/node-tar.git
+[submodule "node_modules/fstream"]
+ path = node_modules/fstream
+ url = git://github.com/isaacs/fstream.git