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",
|
||||
"jshint": "jshint --config jshint.json src/*.js ; true",
|
||||
"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": {
|
||||
"crypto": "crypto-browserify"
|
||||
|
|
Loading…
Add table
Reference in a new issue