package: consistent path finding
This commit is contained in:
parent
0e0e97c011
commit
4dd3b003ef
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue