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 57
57
],
58
58
"scripts" : {
59
59
"build" : " babel --delete-dir-on-start --env-name production src -d lib" ,
60
- "cover" : " nyc --reporter=lcov npm test" ,
60
+ "cover" : " c8 --all --src src --reporter=lcov npm test" ,
61
61
"dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
62
62
"esdoc" : " esdoc" ,
63
63
"lint" : " true" ,
87
87
"babel-plugin-transform-remove-console" : " 6.9.4" ,
88
88
"babel-plugin-unassert" : " 3.0.1" ,
89
89
"babel-preset-power-assert" : " 3.0.0" ,
90
+ "c8" : " 7.6.0" ,
90
91
"coveralls" : " 3.1.0" ,
91
92
"esdoc" : " 1.1.0" ,
92
93
"esdoc-inject-script-plugin" : " 1.0.0" ,
93
94
"esdoc-inject-style-plugin" : " 1.0.0" ,
94
95
"esdoc-standard-plugin" : " 1.0.0" ,
95
96
"fixpack" : " 4.0.0" ,
96
97
"np" : " 7.4.0" ,
97
- "nyc" : " 15.1.0" ,
98
98
"power-assert" : " 1.6.1" ,
99
99
"regenerator-runtime" : " 0.13.7"
100
100
},
You can’t perform that action at this time.
0 commit comments