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 0899ea9 commit 63c703bCopy full SHA for 63c703b
package.json
@@ -32,7 +32,7 @@
32
],
33
"scripts": {
34
"build": "rm -rf lib && babel src -d lib",
35
- "cover": "nyc --reporter=lcov npm test",
+ "cover": "c8 --all --src src --reporter=lcov npm test",
36
"esdoc": "esdoc",
37
"lint-config": "fixpack --dryRun",
38
"lint-config-and-fix": "fixpack || fixpack",
@@ -49,14 +49,14 @@
49
"@babel/register": "7.13.8",
50
"@list-abstraction/specification": "10.0.0",
51
"ava": "3.15.0",
52
+ "c8": "7.12.0",
53
"coveralls": "3.1.0",
54
"esdoc": "1.1.0",
55
"esdoc-inject-script-plugin": "1.0.0",
56
"esdoc-inject-style-plugin": "1.0.0",
57
"esdoc-standard-plugin": "1.0.0",
58
"fixpack": "4.0.0",
- "np": "7.4.0",
59
- "nyc": "15.1.0"
+ "np": "7.4.0"
60
},
61
"ava": {
62
"files": [
0 commit comments