Skip to content

Commit

Permalink
Replace istanbul by nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 21, 2018
1 parent d8970f9 commit be9a1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -22,7 +22,7 @@
},
"license": "MIT",
"scripts": {
"test": "istanbul test node_modules/mocha/bin/_mocha",
"test": "nyc mocha --exit",
"ci-test": "istanbul cover _mocha",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
Expand All @@ -34,8 +34,8 @@
"chai": "^3.2.0",
"coveralls": "^3.0.1",
"graceful-fs": "4.1.4",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"nyc": "^11.8.0",
"rimraf": "^2.4.3",
"sinon": "^1.10.3",
"sinon-chai": "^2.6.0"
Expand Down

0 comments on commit be9a1d7

Please sign in to comment.