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 7409b30 commit db36b7dCopy full SHA for db36b7d
package.json
@@ -26,7 +26,7 @@
26
],
27
"scripts": {
28
"build": "rm -rf lib && babel src -d lib",
29
- "cover": "nyc --reporter=lcov npm test",
+ "cover": "c8 --all --src src --reporter=lcov npm test",
30
"esdoc": "esdoc",
31
"lint-config": "fixpack --dryRun",
32
"lint-config-and-fix": "fixpack || fixpack",
@@ -53,14 +53,14 @@
53
"@babel/register": "7.13.8",
54
"@iterable-iterator/list": "^1.0.1",
55
"ava": "3.15.0",
56
+ "c8": "7.7.3",
57
"coveralls": "3.1.0",
58
"esdoc": "1.1.0",
59
"esdoc-inject-script-plugin": "1.0.0",
60
"esdoc-inject-style-plugin": "1.0.0",
61
"esdoc-standard-plugin": "1.0.0",
62
"fixpack": "4.0.0",
- "np": "7.4.0",
63
- "nyc": "15.1.0"
+ "np": "7.4.0"
64
},
65
"ava": {
66
"files": [
0 commit comments