File tree Expand file tree Collapse file tree 2 files changed +111
-369
lines changed Expand file tree Collapse file tree 2 files changed +111
-369
lines changed Original file line number Diff line number Diff line change 26
26
],
27
27
"scripts" : {
28
28
"build" : " babel --delete-dir-on-start --env-name production src -d lib" ,
29
- "cover" : " nyc --reporter=lcov npm test" ,
29
+ "cover" : " c8 --all --src src --reporter=lcov npm test" ,
30
30
"dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
31
31
"esdoc" : " esdoc" ,
32
32
"lint" : " xo" ,
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.12.0" ,
54
55
"coveralls" : " 3.1.0" ,
55
56
"esdoc" : " 1.1.0" ,
56
57
"esdoc-ecmascript-proposal-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
"regenerator-runtime" : " 0.13.7" ,
65
65
"xo" : " 0.36.1"
You can’t perform that action at this time.
0 commit comments