We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4ab82 commit 8eca188Copy full SHA for 8eca188
package.json
@@ -25,7 +25,7 @@
25
],
26
"scripts": {
27
"build": "babel --delete-dir-on-start --env-name production src -d lib",
28
- "cover": "nyc --reporter=lcov npm test",
+ "cover": "c8 --all --src src --reporter=lcov npm test",
29
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
30
"esdoc": "esdoc",
31
"lint": "true",
@@ -48,6 +48,7 @@
48
"babel-plugin-transform-remove-console": "6.9.4",
49
"babel-plugin-unassert": "3.0.1",
50
"babel-preset-power-assert": "3.0.0",
51
+ "c8": "7.6.0",
52
"chalk": "4.1.0",
53
"coveralls": "3.1.0",
54
"esdoc": "1.1.0",
@@ -56,7 +57,6 @@
56
57
"esdoc-standard-plugin": "1.0.0",
58
"fixpack": "4.0.0",
59
"np": "7.4.0",
- "nyc": "15.1.0",
60
"power-assert": "1.6.1",
61
"regenerator-runtime": "0.13.7"
62
},
0 commit comments