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>2012-03-07 07:12:39 +0400
committerisaacs <i@izs.me>2012-03-07 07:12:39 +0400
commitd991186978458a4a6d11cc99a34f606432cdc695 (patch)
tree991d58fb6677fc83b9d267229b9f043f9c8052dc
parentaf7a466e53c096e54534009e89304e16a7ef1828 (diff)
update the failer package a bit
-rw-r--r--test/disabled/failer/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/disabled/failer/package.json b/test/disabled/failer/package.json
index e1f8e946b..60c640311 100644
--- a/test/disabled/failer/package.json
+++ b/test/disabled/failer/package.json
@@ -1,5 +1,5 @@
-{ "name" : "failer"
+{ "name" : "npm-test-failer"
, "version" : "9999.999.99"
, "dependencies" : { "base64" : "*" }
-, "scripts" : { "preinstall" : "exit 1" }
+, "scripts" : { "install" : "exit 1" }
}