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