File tree Expand file tree Collapse file tree 2 files changed +56
-265
lines changed Expand file tree Collapse file tree 2 files changed +56
-265
lines changed Original file line number Diff line number Diff line change 38
38
],
39
39
"scripts" : {
40
40
"build" : " babel --delete-dir-on-start --env-name production src -d lib" ,
41
- "cover" : " nyc --reporter=lcov npm test" ,
41
+ "cover" : " c8 --all --src src --reporter=lcov npm test" ,
42
42
"dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
43
43
"esdoc" : " esdoc" ,
44
44
"lint" : " xo" ,
67
67
"babel-plugin-transform-remove-console" : " 6.9.4" ,
68
68
"babel-plugin-unassert" : " 3.2.0" ,
69
69
"babel-preset-power-assert" : " 3.0.0" ,
70
+ "c8" : " 7.10.0" ,
70
71
"coveralls" : " 3.1.1" ,
71
72
"esdoc" : " 1.1.0" ,
72
73
"esdoc-ecmascript-proposal-plugin" : " 1.0.0" ,
75
76
"esdoc-standard-plugin" : " 1.0.0" ,
76
77
"fixpack" : " 4.0.0" ,
77
78
"np" : " 7.6.0" ,
78
- "nyc" : " 15.1.0" ,
79
79
"power-assert" : " 1.6.1" ,
80
80
"regenerator-runtime" : " 0.13.9" ,
81
81
"xo" : " 0.47.0"
You can’t perform that action at this time.
0 commit comments