Skip to content

Commit

Permalink
fix(test): replace istanbul with nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
watilde committed Jul 28, 2017
1 parent 7dce735 commit 3d3779c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"release": "standard-version",
"pretest": "standard lib bin test/*js",
"test": "tap 'test/*.js'",
"test-ci": "istanbul cover tap 'test/*.js'",
"test-ci": "nyc tap 'test/*.js'",
"posttest-ci": "npm run coverage",
"coverage": "cat coverage/lcov.info | coveralls",
"postcoverage": "rm -rf coverage"
Expand Down

0 comments on commit 3d3779c

Please sign in to comment.