File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8484 "@babel/preset-env" : " 7.12.11" ,
8585 "@babel/register" : " 7.12.10" ,
8686 "ava" : " 3.15.0" ,
87+ "babel-plugin-transform-remove-console" : " 6.9.4" ,
88+ "babel-plugin-unassert" : " 3.0.1" ,
89+ "babel-preset-power-assert" : " 3.0.0" ,
8790 "chalk" : " ^4.1.0" ,
8891 "coveralls" : " 3.1.0" ,
8992 "esdoc" : " 1.1.0" ,
9295 "esdoc-standard-plugin" : " 1.0.0" ,
9396 "np" : " 7.2.0" ,
9497 "nyc" : " 15.1.0" ,
95- "babel-plugin-transform-remove-console" : " 6.9.4" ,
96- "babel-plugin-unassert" : " 3.0.1" ,
97- "babel-preset-power-assert" : " 3.0.0" ,
9898 "power-assert" : " 1.6.1" ,
9999 "regenerator-runtime" : " 0.13.7"
100100 },
117117 "scripts" : {
118118 "build" : " babel --delete-dir-on-start --env-name production src -d lib" ,
119119 "cover" : " nyc --reporter=lcov npm test" ,
120+ "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
120121 "esdoc" : " esdoc" ,
122+ "lint" : " true" ,
121123 "prepare" : " npm run build" ,
122124 "release" : " np" ,
123125 "test" : " ava" ,
124- "lint" : " true" ,
125- "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
126126 "travis" : " npm run lint && npm run cover"
127127 },
128128 "sideEffects" : false
You can’t perform that action at this time.
0 commit comments