File tree 2 files changed +55
-264
lines changed
2 files changed +55
-264
lines changed Original file line number Diff line number Diff line change 32
32
],
33
33
"scripts" : {
34
34
"build" : " babel --delete-dir-on-start --env-name production src -d lib" ,
35
- "cover" : " nyc --reporter=lcov npm test" ,
35
+ "cover" : " c8 --all --src src --reporter=lcov npm test" ,
36
36
"dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
37
37
"esdoc" : " esdoc" ,
38
38
"lint" : " xo" ,
65
65
"babel-plugin-transform-remove-console" : " 6.9.4" ,
66
66
"babel-plugin-unassert" : " 3.2.0" ,
67
67
"babel-preset-power-assert" : " 3.0.0" ,
68
+ "c8" : " 7.10.0" ,
68
69
"coveralls" : " 3.1.1" ,
69
70
"esdoc" : " 1.1.0" ,
70
71
"esdoc-inject-script-plugin" : " 1.0.0" ,
71
72
"esdoc-inject-style-plugin" : " 1.0.0" ,
72
73
"esdoc-standard-plugin" : " 1.0.0" ,
73
74
"fixpack" : " 4.0.0" ,
74
75
"np" : " 7.6.0" ,
75
- "nyc" : " 15.1.0" ,
76
76
"power-assert" : " 1.6.1" ,
77
77
"regenerator-runtime" : " 0.13.9" ,
78
78
"xo" : " 0.36.1"
You can’t perform that action at this time.
0 commit comments