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 9696 "@babel/preset-env" : " 7.12.7" ,
9797 "@babel/register" : " 7.12.1" ,
9898 "ava" : " 3.13.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" ,
99102 "coveralls" : " 3.1.0" ,
100103 "esdoc" : " 1.1.0" ,
101104 "esdoc-inject-script-plugin" : " 1.0.0" ,
102105 "esdoc-inject-style-plugin" : " 1.0.0" ,
103106 "esdoc-standard-plugin" : " 1.0.0" ,
104107 "np" : " 7.0.0" ,
105108 "nyc" : " 15.1.0" ,
106- "babel-plugin-transform-remove-console" : " 6.9.4" ,
107- "babel-plugin-unassert" : " 3.0.1" ,
108- "babel-preset-power-assert" : " 3.0.0" ,
109109 "power-assert" : " 1.6.1" ,
110110 "regenerator-runtime" : " 0.13.7"
111111 },
137137 "scripts" : {
138138 "build" : " babel --delete-dir-on-start --env-name production src -d lib" ,
139139 "cover" : " nyc --reporter=lcov npm test" ,
140+ "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
140141 "esdoc" : " esdoc" ,
142+ "lint" : " true" ,
141143 "prepare" : " npm run build" ,
142144 "release" : " np" ,
143145 "test" : " ava" ,
144- "lint" : " true" ,
145- "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
146146 "travis" : " npm run lint && npm run cover"
147147 },
148148 "sideEffects" : false
You can’t perform that action at this time.
0 commit comments