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 b828251 commit 484c606Copy full SHA for 484c606
package.json
@@ -25,7 +25,7 @@
25
],
26
"scripts": {
27
"build": "babel --delete-dir-on-start --env-name production src -d lib",
28
- "cover": "nyc --reporter=lcov npm test",
+ "cover": "c8 --all --src src --reporter=lcov npm test",
29
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
30
"esdoc": "esdoc",
31
"lint": "xo",
@@ -54,6 +54,7 @@
54
"babel-plugin-transform-remove-console": "6.9.4",
55
"babel-plugin-unassert": "3.0.1",
56
"babel-preset-power-assert": "3.0.0",
57
+ "c8": "7.8.0",
58
"coveralls": "3.1.0",
59
"esdoc": "1.1.0",
60
"esdoc-ecmascript-proposal-plugin": "1.0.0",
@@ -62,7 +63,6 @@
62
63
"esdoc-standard-plugin": "1.0.0",
64
"fixpack": "4.0.0",
65
"np": "7.4.0",
- "nyc": "15.1.0",
66
"power-assert": "1.6.1",
67
"regenerator-runtime": "0.13.7",
68
"xo": "0.36.1"
0 commit comments