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-03-31 23:19:11 +0400
committerisaacs <i@izs.me>2011-03-31 23:19:11 +0400
commit5dd4ec0b50bd6fe9b758582a9956188a1e80682b (patch)
tree4e07b8ccbc34e64d0343249384e40af21ca93d66
parent771845a317e7ceffd45e037b9f5b7dbb252f30cc (diff)
remove post-install script.v1.0.1rc5
-rw-r--r--package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json
index a1c814d1d..4492b1d26 100644
--- a/package.json
+++ b/package.json
@@ -53,9 +53,7 @@
, "bundleDependencies" : [ "semver", "abbrev", "nopt" ]
, "devDependencies" : { "ronn" : "" }
, "engines" : { "node" : "0.4 || 0.5", "npm" : "1" }
-, "scripts" : { "test" : "make test"
- , "postinstall" : "sh ./scripts/install-message.sh"
- }
+, "scripts" : { "test" : "make test" }
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/isaacs/npm/raw/master/LICENSE"