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-12-17 05:13:57 +0400
committerisaacs <i@izs.me>2011-12-17 05:17:50 +0400
commit30039c92da7ade307338a3054d775870dacdfdc4 (patch)
tree5e496c30cbc4c2f09bad22d2e13745ae0c0e9bee /package.json
parent644a18000e288a788d595d1d575b598c30459fa9 (diff)
Port npm tests to javascript
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 b628a50b4..82f3aa088 100644
--- a/package.json
+++ b/package.json
@@ -75,7 +75,7 @@
{ "ronn": "https://github.com/isaacs/ronnjs/tarball/master" }
, "engines": { "node": "0.6 || 0.7 || 0.8", "npm": "1" }
-, "scripts": { "test": "./test/run"
+, "scripts": { "test": "node ./test/run.js"
, "prepublish": "make -j4 doc"
, "dumpconf": "env | grep npm | sort | uniq"
}