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