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 251fab3 commit 6210c23Copy full SHA for 6210c23
package.json
@@ -24,7 +24,7 @@
24
],
25
"scripts": {
26
"build": "rm -rf lib && babel src -d lib",
27
- "cover": "nyc --reporter=lcov npm test",
+ "cover": "c8 --all --src src --reporter=lcov npm test",
28
"esdoc": "esdoc",
29
"lint-config": "fixpack --dryRun",
30
"lint-config-and-fix": "fixpack || fixpack",
@@ -42,6 +42,7 @@
42
"@babel/preset-env": "7.13.10",
43
"@babel/register": "7.13.8",
44
"ava": "3.15.0",
45
+ "c8": "7.7.1",
46
"coveralls": "3.1.0",
47
"esdoc": "1.1.0",
48
"esdoc-ecmascript-proposal-plugin": "1.0.0",
@@ -50,7 +51,6 @@
50
51
"esdoc-standard-plugin": "1.0.0",
52
"fixpack": "4.0.0",
53
"np": "7.4.0",
- "nyc": "15.1.0",
54
"regenerator-runtime": "0.13.7",
55
"xo": "0.36.1"
56
},
0 commit comments