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 8989 "@babel/preset-env" : " 7.12.10" ,
9090 "@babel/register" : " 7.12.10" ,
9191 "ava" : " 3.14.0" ,
92+ "babel-plugin-transform-remove-console" : " 6.9.4" ,
93+ "babel-plugin-unassert" : " 3.0.1" ,
94+ "babel-preset-power-assert" : " 3.0.0" ,
9295 "coveralls" : " 3.1.0" ,
9396 "esdoc" : " 1.1.0" ,
9497 "esdoc-inject-script-plugin" : " 1.0.0" ,
9598 "esdoc-inject-style-plugin" : " 1.0.0" ,
9699 "esdoc-standard-plugin" : " 1.0.0" ,
97100 "np" : " 7.0.0" ,
98101 "nyc" : " 15.1.0" ,
99- "babel-plugin-transform-remove-console" : " 6.9.4" ,
100- "babel-plugin-unassert" : " 3.0.1" ,
101- "babel-preset-power-assert" : " 3.0.0" ,
102102 "power-assert" : " 1.6.1" ,
103103 "regenerator-runtime" : " 0.13.7"
104104 },
125125 "scripts" : {
126126 "build" : " babel --delete-dir-on-start --env-name production src -d lib" ,
127127 "cover" : " nyc --reporter=lcov npm test" ,
128+ "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
128129 "esdoc" : " esdoc" ,
130+ "lint" : " true" ,
129131 "prepare" : " npm run build" ,
130132 "release" : " np" ,
131133 "test" : " ava" ,
132- "lint" : " true" ,
133- "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
134134 "travis" : " npm run lint && npm run cover"
135135 },
136136 "sideEffects" : false
You can’t perform that action at this time.
0 commit comments