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