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:
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 974b9d985..f5afc979e 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
{ "ronn" : "https://github.com/isaacs/ronnjs/tarball/master" }
, "engines" : { "node" : "0.4 || 0.5", "npm" : "1" }
, "scripts" : { "test" : "./test/run"
- , "prepublish" : "make doc"
+ , "prepublish" : "make -j4 doc"
, "dumpconf": "env | grep npm | sort | uniq"
}
, "licenses" :