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 9090 "@babel/preset-env" : " 7.12.7" ,
9191 "@babel/register" : " 7.12.1" ,
9292 "ava" : " 3.13.0" ,
93+ "babel-plugin-transform-remove-console" : " 6.9.4" ,
94+ "babel-plugin-unassert" : " 3.0.1" ,
95+ "babel-preset-power-assert" : " 3.0.0" ,
9396 "coveralls" : " 3.1.0" ,
9497 "esdoc" : " 1.1.0" ,
9598 "esdoc-inject-script-plugin" : " 1.0.0" ,
9699 "esdoc-inject-style-plugin" : " 1.0.0" ,
97100 "esdoc-standard-plugin" : " 1.0.0" ,
98101 "np" : " 7.0.0" ,
99102 "nyc" : " 15.1.0" ,
100- "babel-plugin-transform-remove-console" : " 6.9.4" ,
101- "babel-plugin-unassert" : " 3.0.1" ,
102- "babel-preset-power-assert" : " 3.0.0" ,
103103 "power-assert" : " 1.6.1"
104104 },
105105 "files" : [
120120 "scripts" : {
121121 "build" : " babel --delete-dir-on-start --env-name production src -d lib" ,
122122 "cover" : " nyc --reporter=lcov npm test" ,
123+ "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
123124 "esdoc" : " esdoc" ,
125+ "lint" : " true" ,
124126 "prepare" : " npm run build" ,
125127 "release" : " np" ,
126128 "test" : " ava" ,
127- "lint" : " true" ,
128- "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
129129 "travis" : " npm run lint && npm run cover"
130130 },
131131 "sideEffects" : false
You can’t perform that action at this time.
0 commit comments