File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 92
92
"@babel/preset-env" : " 7.12.7" ,
93
93
"@babel/register" : " 7.12.1" ,
94
94
"ava" : " 3.13.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" ,
95
98
"coveralls" : " 3.1.0" ,
96
99
"esdoc" : " 1.1.0" ,
97
100
"esdoc-inject-script-plugin" : " 1.0.0" ,
98
101
"esdoc-inject-style-plugin" : " 1.0.0" ,
99
102
"esdoc-standard-plugin" : " 1.0.0" ,
100
103
"np" : " 7.0.0" ,
101
104
"nyc" : " 15.1.0" ,
102
- "babel-plugin-transform-remove-console" : " 6.9.4" ,
103
- "babel-plugin-unassert" : " 3.0.1" ,
104
- "babel-preset-power-assert" : " 3.0.0" ,
105
105
"power-assert" : " 1.6.1" ,
106
106
"regenerator-runtime" : " 0.13.7"
107
107
},
156
156
"scripts" : {
157
157
"build" : " babel --delete-dir-on-start --env-name production src -d lib" ,
158
158
"cover" : " nyc --reporter=lcov npm test" ,
159
+ "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
159
160
"esdoc" : " esdoc" ,
161
+ "lint" : " true" ,
160
162
"prepare" : " npm run build" ,
161
163
"release" : " np" ,
162
164
"test" : " ava" ,
163
- "lint" : " true" ,
164
- "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
165
165
"travis" : " npm run lint && npm run cover"
166
166
},
167
167
"sideEffects" : false
You can’t perform that action at this time.
0 commit comments