We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54cadc7 commit 3e3f708Copy full SHA for 3e3f708
package.json
@@ -30,7 +30,7 @@
30
],
31
"scripts": {
32
"build": "babel --delete-dir-on-start --env-name production src -d lib",
33
- "cover": "nyc --reporter=lcov npm test",
+ "cover": "c8 --all --src src --reporter=lcov npm test",
34
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
35
"esdoc": "esdoc",
36
"lint": "xo",
@@ -60,6 +60,7 @@
60
"babel-plugin-transform-remove-console": "6.9.4",
61
"babel-plugin-unassert": "3.0.1",
62
"babel-preset-power-assert": "3.0.0",
63
+ "c8": "7.6.0",
64
"coveralls": "3.1.0",
65
"esdoc": "1.1.0",
66
"esdoc-ecmascript-proposal-plugin": "1.0.0",
@@ -68,7 +69,6 @@
68
69
"esdoc-standard-plugin": "1.0.0",
70
"fixpack": "4.0.0",
71
"np": "7.4.0",
- "nyc": "15.1.0",
72
"power-assert": "1.6.1",
73
"xo": "0.38.2"
74
},
0 commit comments