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:
authorDean Landolt <dean@deanlandolt.com>2011-09-07 22:52:04 +0400
committerDean Landolt <dean@deanlandolt.com>2011-09-07 22:52:04 +0400
commit4eb6a97a5a3a083cbeb727a3a686b02e43dff4ac (patch)
tree76b55daabfed3550d2a8e84204044755e5d57247 /package.json
parent5836d0dd6bdb20afe5044c4d07ffbc7f22330732 (diff)
remove sh extension from test/run to enable win tests as test/run.cmd
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c440a3e7c..a5062c903 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
, "which" ]
, "devDependencies" : { "ronn" : "" }
, "engines" : { "node" : "0.4 || 0.5", "npm" : "1" }
-, "scripts" : { "test" : "./test/run.sh"
+, "scripts" : { "test" : "./test/run"
, "prepublish" : "make doc"
}
, "licenses" :