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-13 04:31:05 +0400
committerisaacs <i@izs.me>2012-03-13 04:31:05 +0400
commit2184f028232caee56a573e825e131ec8efc3186d (patch)
tree9fbd56709047db53b2eeb88e991d5eab71698d1c
parentcc0a00e68fb798c4daea9faf2e0b9508f5c15662 (diff)
s/test.sh/test.js/
-rw-r--r--test/packages/npm-test-env-reader/package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/packages/npm-test-env-reader/package.json b/test/packages/npm-test-env-reader/package.json
index ddd5c91ab..a2dfd70b7 100644
--- a/test/packages/npm-test-env-reader/package.json
+++ b/test/packages/npm-test-env-reader/package.json
@@ -1,14 +1,14 @@
{ "name":"npm-test-env-reader"
, "version" : "1.2.3"
, "scripts" :
- { "install" : "./test.sh"
- , "preinstall" : "./test.sh"
- , "preuninstall" : "./test.sh"
- , "postuninstall" : "./test.sh"
- , "test" : "./test.sh"
- , "stop" : "./test.sh"
- , "start" : "./test.sh"
- , "restart" : "./test.sh"
- , "foo" : "./test.sh"
+ { "install" : "./test.js"
+ , "preinstall" : "./test.js"
+ , "preuninstall" : "./test.js"
+ , "postuninstall" : "./test.js"
+ , "test" : "./test.js"
+ , "stop" : "./test.js"
+ , "start" : "./test.js"
+ , "restart" : "./test.js"
+ , "foo" : "./test.js"
}
}