Cleanup on aisle package.json.

This commit is contained in:
Chris Kleeschulte 2017-08-29 17:10:50 -04:00
parent ef03d05ad2
commit 4e94a374c1
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F
2 changed files with 1 additions and 9 deletions

View File

@ -3,8 +3,3 @@ sudo: false
language: node_js language: node_js
node_js: node_js:
- 8 - 8
script:
- npm run coverage
- npm run jshint
after_success:
- npm run coveralls

View File

@ -16,10 +16,7 @@
"bitcore-node": "./bin/bitcore-node" "bitcore-node": "./bin/bitcore-node"
}, },
"scripts": { "scripts": {
"test": "mocha -R spec --recursive", "test": "mocha -R spec --recursive"
"jshint": "jshint --reporter=node_modules/jshint-stylish ./lib",
"coverage": "istanbul cover _mocha -- --recursive",
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
}, },
"tags": [ "tags": [
"bitcoin", "bitcoin",