File tree Expand file tree Collapse file tree 2 files changed +59
-298
lines changed Expand file tree Collapse file tree 2 files changed +59
-298
lines changed Original file line number Diff line number Diff line change 28
28
],
29
29
"scripts" : {
30
30
"build" : " babel src -d lib" ,
31
- "cover" : " nyc --reporter=lcov npm test" ,
31
+ "cover" : " c8 --all --src src --reporter=lcov npm test" ,
32
32
"dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
33
33
"esdoc" : " esdoc" ,
34
34
"lint" : " true" ,
52
52
"babel-plugin-transform-remove-console" : " 6.9.4" ,
53
53
"babel-plugin-unassert" : " 3.0.1" ,
54
54
"babel-preset-power-assert" : " 3.0.0" ,
55
+ "c8" : " 7.8.0" ,
55
56
"coveralls" : " 3.1.0" ,
56
57
"esdoc" : " 1.1.0" ,
57
58
"esdoc-inject-script-plugin" : " 1.0.0" ,
58
59
"esdoc-inject-style-plugin" : " 1.0.0" ,
59
60
"esdoc-standard-plugin" : " 1.0.0" ,
60
61
"fixpack" : " 4.0.0" ,
61
62
"np" : " 7.4.0" ,
62
- "nyc" : " 15.1.0" ,
63
63
"power-assert" : " 1.6.1"
64
64
},
65
65
"ava" : {
You can’t perform that action at this time.
0 commit comments