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 84
84
"@babel/preset-env" : " 7.12.11" ,
85
85
"@babel/register" : " 7.12.10" ,
86
86
"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" ,
87
90
"chalk" : " ^4.1.0" ,
88
91
"coveralls" : " 3.1.0" ,
89
92
"esdoc" : " 1.1.0" ,
92
95
"esdoc-standard-plugin" : " 1.0.0" ,
93
96
"np" : " 7.2.0" ,
94
97
"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" ,
98
98
"power-assert" : " 1.6.1" ,
99
99
"regenerator-runtime" : " 0.13.7"
100
100
},
117
117
"scripts" : {
118
118
"build" : " babel --delete-dir-on-start --env-name production src -d lib" ,
119
119
"cover" : " nyc --reporter=lcov npm test" ,
120
+ "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
120
121
"esdoc" : " esdoc" ,
122
+ "lint" : " true" ,
121
123
"prepare" : " npm run build" ,
122
124
"release" : " np" ,
123
125
"test" : " ava" ,
124
- "lint" : " true" ,
125
- "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
126
126
"travis" : " npm run lint && npm run cover"
127
127
},
128
128
"sideEffects" : false
You can’t perform that action at this time.
0 commit comments