Skip to content

Commit

Permalink
Replace istanbul with nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored and barbogast committed Jun 16, 2017
1 parent 1ada190 commit 17197b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"scripts": {
"lint": "eslint index.js tests",
"test": "painless -r spec tests/*.js",
"coverage": "nyc npm test",
"coverage": "istanbul cover ./node_modules/painless/bin/painless -- tests/*.js",
"prepush": "npm run lint && npm test"
},
Expand All @@ -29,7 +30,7 @@
"devDependencies": {
"eslint": "2.10.2",
"husky": "0.13.4",
"istanbul": "0.4.3",
"nyc": "11.0.2",
"painless": "0.9.5",
"typescript": "2.1.6",
"typescript-definition-tester": "0.0.5"
Expand Down

0 comments on commit 17197b7

Please sign in to comment.