File tree 2 files changed +80
-410
lines changed
2 files changed +80
-410
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" ,
51
51
"babel-plugin-transform-remove-console" : " 6.9.4" ,
52
52
"babel-plugin-unassert" : " 3.0.1" ,
53
53
"babel-preset-power-assert" : " 3.0.0" ,
54
+ "c8" : " 7.6.0" ,
54
55
"coveralls" : " 3.1.0" ,
55
56
"esdoc" : " 1.1.0" ,
56
57
"esdoc-inject-script-plugin" : " 1.0.0" ,
57
58
"esdoc-inject-style-plugin" : " 1.0.0" ,
58
59
"esdoc-standard-plugin" : " 1.0.0" ,
59
60
"fixpack" : " 4.0.0" ,
60
61
"np" : " 7.4.0" ,
61
- "nyc" : " 15.1.0" ,
62
62
"power-assert" : " 1.6.1" ,
63
63
"regenerator-runtime" : " 0.13.7"
64
64
},
You can’t perform that action at this time.
0 commit comments