File tree Expand file tree Collapse file tree 2 files changed +71
-275
lines changed Expand file tree Collapse file tree 2 files changed +71
-275
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" : " true" ,
48
48
"babel-plugin-transform-remove-console" : " 6.9.4" ,
49
49
"babel-plugin-unassert" : " 3.0.1" ,
50
50
"babel-preset-power-assert" : " 3.0.0" ,
51
+ "c8" : " 7.6.0" ,
51
52
"chalk" : " 4.1.0" ,
52
53
"coveralls" : " 3.1.0" ,
53
54
"esdoc" : " 1.1.0" ,
56
57
"esdoc-standard-plugin" : " 1.0.0" ,
57
58
"fixpack" : " 4.0.0" ,
58
59
"np" : " 7.4.0" ,
59
- "nyc" : " 15.1.0" ,
60
60
"power-assert" : " 1.6.1" ,
61
61
"regenerator-runtime" : " 0.13.7"
62
62
},
You can’t perform that action at this time.
0 commit comments