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-04-27 23:31:22 +0400
committerisaacs <i@izs.me>2011-04-27 23:31:22 +0400
commit75b3264a4cc213f0961c0fcd9022ffd0da6f1684 (patch)
tree9d039e5a4cf6185bca023c3a2101db70e32bf0bc /.gitignore
parent4fc175e677ece0967e6cf58917ee8f07cfb79fe5 (diff)
Just depend on node-uuid, don't include it.
Since this isn't required for the npm self-install process, don't bundle it or load as a git submodule. It's only necessary for the adduser command.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d28e5585e..76d8e6813 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,5 +6,6 @@ test/packages/npm-test-depends-on-spark/which-spark.log
test/packages/test-package/random-data.txt
test/root
node_modules/ronn
+node_modules/node-uuid
node_modules/.bin
npm-debug.log