package: consistent path finding

This commit is contained in:
Daniel Cousens 2014-07-16 03:53:22 +10:00
parent 0e0e97c011
commit 4dd3b003ef

View file

@ -66,7 +66,7 @@
"integration": "mocha --reporter list test/integration/*.js", "integration": "mocha --reporter list test/integration/*.js",
"jshint": "jshint --config jshint.json src/*.js ; true", "jshint": "jshint --config jshint.json src/*.js ; true",
"test": "npm run-script unit", "test": "npm run-script unit",
"unit": "istanbul test mocha -- --reporter list `find test -maxdepth 1 -not -type d`" "unit": "istanbul test mocha -- --reporter list test/*.js"
}, },
"browser": { "browser": {
"crypto": "crypto-browserify" "crypto": "crypto-browserify"