File tree Expand file tree Collapse file tree 2 files changed +71
-275
lines changed Expand file tree Collapse file tree 2 files changed +71
-275
lines changed Original file line number Diff line number Diff line change 2525 ],
2626 "scripts" : {
2727 "build" : " babel --delete-dir-on-start --env-name production src -d lib" ,
28- "cover" : " nyc --reporter=lcov npm test" ,
28+ "cover" : " c8 --all --src src --reporter=lcov npm test" ,
2929 "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
3030 "esdoc" : " esdoc" ,
3131 "lint" : " true" ,
4848 "babel-plugin-transform-remove-console" : " 6.9.4" ,
4949 "babel-plugin-unassert" : " 3.0.1" ,
5050 "babel-preset-power-assert" : " 3.0.0" ,
51+ "c8" : " 7.6.0" ,
5152 "chalk" : " 4.1.0" ,
5253 "coveralls" : " 3.1.0" ,
5354 "esdoc" : " 1.1.0" ,
5657 "esdoc-standard-plugin" : " 1.0.0" ,
5758 "fixpack" : " 4.0.0" ,
5859 "np" : " 7.4.0" ,
59- "nyc" : " 15.1.0" ,
6060 "power-assert" : " 1.6.1" ,
6161 "regenerator-runtime" : " 0.13.7"
6262 },
You can’t perform that action at this time.
0 commit comments