We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8b7d9 commit 4b2f94aCopy full SHA for 4b2f94a
package.json
@@ -30,7 +30,7 @@
30
],
31
"scripts": {
32
"build": "babel --delete-dir-on-start --env-name production src -d lib",
33
- "cover": "nyc --reporter=lcov npm test",
+ "cover": "c8 --all --src src --reporter=lcov npm test",
34
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
35
"esdoc": "esdoc",
36
"lint": "xo",
@@ -56,6 +56,7 @@
56
"babel-plugin-unassert": "3.0.1",
57
"babel-preset-power-assert": "3.0.0",
58
"benchmark": "2.1.4",
59
+ "c8": "7.6.0",
60
"coveralls": "3.1.0",
61
"esdoc": "1.1.0",
62
"esdoc-inject-script-plugin": "1.0.0",
@@ -65,7 +66,6 @@
65
66
"fixpack": "4.0.0",
67
"microtime": "3.0.0",
68
"np": "7.4.0",
- "nyc": "15.1.0",
69
"power-assert": "1.6.1",
70
"regenerator-runtime": "0.13.7",
71
"xo": "0.38.2"
0 commit comments