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:
-rw-r--r--package.json2
-rwxr-xr-xtest/run (renamed from test/run.sh)0
2 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" :
diff --git a/test/run.sh b/test/run
index 2443726db..2443726db 100755
--- a/test/run.sh
+++ b/test/run