Skip to content

Commit 5cbb4af

Browse files
committed
package: fix coveralls scripts
1 parent 4dd3b00 commit 5cbb4af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
},
6262
"scripts": {
6363
"compile": "browserify ./src/index.js -s Bitcoin | uglifyjs > bitcoinjs-min.js",
64-
"coverage": "istanbul cover mocha -- --reporter list test/*.js",
65-
"coveralls": "npm run-script coverage && node coveralls < coverage/lcov.info",
64+
"coverage": "istanbul cover _mocha -- test/*.js",
65+
"coveralls": "npm run-script coverage && coveralls < coverage/lcov.info",
6666
"integration": "mocha --reporter list test/integration/*.js",
6767
"jshint": "jshint --config jshint.json src/*.js ; true",
6868
"test": "npm run-script unit",

0 commit comments

Comments
 (0)