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-05-23 03:05:55 +0400
committerisaacs <i@izs.me>2011-05-23 03:05:55 +0400
commitc22d320ea5ff41687891319c5401d52d09f5307a (patch)
treea5a5ae1b8d2674f93b07016b1dc49fdf60eb7170 /.gitmodules
parent06ac9099d6b8a99e73a23f8bd064448a22653a72 (diff)
Bundle node-uuid with a git submodule
This is causing all manner of install failures when first installing npm, if people don't have a networking setup that works without a proxy. In that case, telling them to do 'npm set proxy blah' isn't so good, since they can't get npm installed in the first place.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index cd1a43bd2..0947995ce 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@
[submodule "node_modules/nopt"]
path = node_modules/nopt
url = git://github.com/isaacs/nopt.git
+[submodule "node_modules/node-uuid"]
+ path = node_modules/node-uuid
+ url = http://github.com/broofa/node-uuid