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 e8ed64a commit 10d931aCopy full SHA for 10d931a
package.json
@@ -32,7 +32,7 @@
32
],
33
"scripts": {
34
"build": "babel --delete-dir-on-start --env-name production src -d lib",
35
- "cover": "nyc --reporter=lcov npm test",
+ "cover": "c8 --all --src src --reporter=lcov npm test",
36
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
37
"esdoc": "esdoc",
38
"lint": "true",
@@ -60,6 +60,7 @@
60
"babel-plugin-unassert": "3.0.1",
61
"babel-preset-power-assert": "3.0.0",
62
"bn.js": "5.2.0",
63
+ "c8": "7.6.0",
64
"coveralls": "3.1.0",
65
"esdoc": "1.1.0",
66
"esdoc-inject-script-plugin": "1.0.0",
@@ -68,7 +69,6 @@
68
69
"fixpack": "4.0.0",
70
"int": "0.2.0",
71
"np": "7.4.0",
- "nyc": "15.1.0",
72
"power-assert": "1.6.1",
73
"regenerator-runtime": "0.13.7"
74
},
0 commit comments