File tree Expand file tree Collapse file tree 2 files changed +69
-264
lines changed Expand file tree Collapse file tree 2 files changed +69
-264
lines changed Original file line number Diff line number Diff line change 30
30
],
31
31
"scripts" : {
32
32
"build" : " babel --delete-dir-on-start --env-name production src -d lib" ,
33
- "cover" : " nyc --reporter=lcov npm test" ,
33
+ "cover" : " c8 --all --src src --reporter=lcov npm test" ,
34
34
"dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
35
35
"esdoc" : " esdoc" ,
36
36
"lint" : " xo" ,
56
56
"babel-plugin-unassert" : " 3.0.1" ,
57
57
"babel-preset-power-assert" : " 3.0.0" ,
58
58
"benchmark" : " 2.1.4" ,
59
+ "c8" : " 7.6.0" ,
59
60
"coveralls" : " 3.1.0" ,
60
61
"esdoc" : " 1.1.0" ,
61
62
"esdoc-inject-script-plugin" : " 1.0.0" ,
65
66
"fixpack" : " 4.0.0" ,
66
67
"microtime" : " 3.0.0" ,
67
68
"np" : " 7.4.0" ,
68
- "nyc" : " 15.1.0" ,
69
69
"power-assert" : " 1.6.1" ,
70
70
"regenerator-runtime" : " 0.13.7" ,
71
71
"xo" : " 0.38.2"
You can’t perform that action at this time.
0 commit comments