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 5fed6cc commit 8d4ae86Copy full SHA for 8d4ae86
package.json
@@ -28,7 +28,7 @@
28
],
29
"scripts": {
30
"build": "babel --delete-dir-on-start --env-name production src -d lib",
31
- "cover": "nyc --reporter=lcov npm test",
+ "cover": "c8 --all --src src --reporter=lcov npm test",
32
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
33
"esdoc": "esdoc",
34
"lint": "xo",
@@ -61,6 +61,7 @@
61
"babel-plugin-transform-remove-console": "6.9.4",
62
"babel-plugin-unassert": "3.2.0",
63
"babel-preset-power-assert": "3.0.0",
64
+ "c8": "7.12.0",
65
"coveralls": "3.1.1",
66
"esdoc": "1.1.0",
67
"esdoc-ecmascript-proposal-plugin": "1.0.0",
@@ -69,7 +70,6 @@
69
70
"esdoc-standard-plugin": "1.0.0",
71
"fixpack": "4.0.0",
72
"np": "7.6.2",
- "nyc": "15.1.0",
73
"power-assert": "1.6.1",
74
"regenerator-runtime": "0.13.10",
75
"xo": "0.52.4"
0 commit comments