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 d1ce800 commit c72aa8aCopy full SHA for c72aa8a
package.json
@@ -26,7 +26,7 @@
26
],
27
"scripts": {
28
"build": "babel --delete-dir-on-start --env-name production src -d lib",
29
- "cover": "nyc --reporter=lcov npm test",
+ "cover": "c8 --all --src src --reporter=lcov npm test",
30
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
31
"esdoc": "esdoc",
32
"lint": "xo",
@@ -47,6 +47,7 @@
47
"babel-plugin-transform-remove-console": "6.9.4",
48
"babel-plugin-unassert": "3.0.1",
49
"babel-preset-power-assert": "3.0.0",
50
+ "c8": "7.8.0",
51
"coveralls": "3.1.0",
52
"esdoc": "1.1.0",
53
"esdoc-ecmascript-proposal-plugin": "1.0.0",
@@ -55,7 +56,6 @@
55
56
"esdoc-standard-plugin": "1.0.0",
57
"fixpack": "4.0.0",
58
"np": "7.4.0",
- "nyc": "15.1.0",
59
"power-assert": "1.6.1",
60
"regenerator-runtime": "0.13.7",
61
"xo": "0.38.2"
0 commit comments