package: istanbul unnecessary for normal reporting

This commit is contained in:
Daniel Cousens 2015-07-07 15:01:13 +10:00
parent 5ba0c3d578
commit db28cf2f0e

View file

@ -35,10 +35,10 @@
"compile": "browserify ./src/index.js -s bitcoin > bitcoin.js", "compile": "browserify ./src/index.js -s bitcoin > bitcoin.js",
"coverage": "istanbul cover _mocha -- test/*.js", "coverage": "istanbul cover _mocha -- test/*.js",
"coveralls": "npm run-script coverage && coveralls < coverage/lcov.info", "coveralls": "npm run-script coverage && coveralls < coverage/lcov.info",
"integration": "mocha --reporter list test/integration/*.js", "integration": "mocha test/integration/",
"standard": "standard", "standard": "standard",
"test": "npm run-script unit && npm run standard", "test": "npm run-script unit && npm run standard",
"unit": "istanbul test mocha -- --reporter list test/*.js" "unit": "mocha"
}, },
"repository": { "repository": {
"type": "git", "type": "git",