From c22d320ea5ff41687891319c5401d52d09f5307a Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 22 May 2011 16:05:55 -0700 Subject: 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. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3