File tree Expand file tree Collapse file tree 2 files changed +80
-410
lines changed Expand file tree Collapse file tree 2 files changed +80
-410
lines changed Original file line number Diff line number Diff line change 5757 ],
5858 "scripts" : {
5959 "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" ,
6161 "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
6262 "esdoc" : " esdoc" ,
6363 "lint" : " true" ,
8787 "babel-plugin-transform-remove-console" : " 6.9.4" ,
8888 "babel-plugin-unassert" : " 3.0.1" ,
8989 "babel-preset-power-assert" : " 3.0.0" ,
90+ "c8" : " 7.6.0" ,
9091 "coveralls" : " 3.1.0" ,
9192 "esdoc" : " 1.1.0" ,
9293 "esdoc-inject-script-plugin" : " 1.0.0" ,
9394 "esdoc-inject-style-plugin" : " 1.0.0" ,
9495 "esdoc-standard-plugin" : " 1.0.0" ,
9596 "fixpack" : " 4.0.0" ,
9697 "np" : " 7.4.0" ,
97- "nyc" : " 15.1.0" ,
9898 "power-assert" : " 1.6.1" ,
9999 "regenerator-runtime" : " 0.13.7"
100100 },
You can’t perform that action at this time.
0 commit comments