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-09-16 01:29:33 +0400
committerisaacs <i@izs.me>2011-09-16 01:29:33 +0400
commit444fefd06f26c104ec17d972c604c2e59987d961 (patch)
treeff2afd94c1a94af7a869c723963f55a23baf7297 /package.json
parent2c13bc1c57405c40ae15894038362813ef56297a (diff)
add dumpconf script
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 5d00a15b5..1420d6e06 100644
--- a/package.json
+++ b/package.json
@@ -53,6 +53,7 @@
, "engines" : { "node" : "0.4 || 0.5", "npm" : "1" }
, "scripts" : { "test" : "./test/run.sh"
, "prepublish" : "make doc"
+ , "dumpconf": "env | grep npm | sort | uniq"
}
, "licenses" :
[ { "type" : "MIT"