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