Browse Source

package: istanbul unnecessary for normal reporting

hk-custom-address
Daniel Cousens 10 years ago
parent
commit
db28cf2f0e
  1. 4
      package.json

4
package.json

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

Loading…
Cancel
Save