File tree Expand file tree Collapse file tree 2 files changed +54
-263
lines changed Expand file tree Collapse file tree 2 files changed +54
-263
lines changed Original file line number Diff line number Diff line change 24
24
],
25
25
"scripts" : {
26
26
"build" : " babel --delete-dir-on-start --env-name production src -d lib" ,
27
- "cover" : " nyc --reporter=lcov npm test" ,
27
+ "cover" : " c8 --all --src src --reporter=lcov npm test" ,
28
28
"dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
29
29
"esdoc" : " esdoc" ,
30
30
"lint" : " xo" ,
53
53
"babel-plugin-transform-remove-console" : " 6.9.4" ,
54
54
"babel-plugin-unassert" : " 3.1.0" ,
55
55
"babel-preset-power-assert" : " 3.0.0" ,
56
+ "c8" : " 7.7.2" ,
56
57
"coveralls" : " 3.1.0" ,
57
58
"esdoc" : " 1.1.0" ,
58
59
"esdoc-ecmascript-proposal-plugin" : " 1.0.0" ,
61
62
"esdoc-standard-plugin" : " 1.0.0" ,
62
63
"fixpack" : " 4.0.0" ,
63
64
"np" : " 7.5.0" ,
64
- "nyc" : " 15.1.0" ,
65
65
"power-assert" : " 1.6.1" ,
66
66
"regenerator-runtime" : " 0.13.7" ,
67
67
"total-order" : " 3.0.1" ,
You can’t perform that action at this time.
0 commit comments