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>2010-05-03 23:31:02 +0400
committerisaacs <i@izs.me>2010-05-03 23:31:02 +0400
commit59fe6417bace68665ac2ca875840dd468fe57aff (patch)
tree71b041d73b6d7a5923158d602eee23e74544b7c9 /package.json
parentb70b2a09fa76f1cc3e3f9da7dd4f48ac073d6d0a (diff)
Don't build the docs as part of the installation.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index fe0329031..293c96466 100644
--- a/package.json
+++ b/package.json
@@ -17,8 +17,7 @@
, "bin" : { "npm" : "./cli.js" }
, "engines" : { "node" : ">=0.1.32" }
, "scripts" :
- { "preactivate" : "make doc"
- , "activate" : "node install-docs.js"
+ { "activate" : "node install-docs.js"
, "deactivate" : "node install-docs.js"
}
}