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 89
89
"@babel/preset-env" : " 7.12.10" ,
90
90
"@babel/register" : " 7.12.10" ,
91
91
"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" ,
92
95
"coveralls" : " 3.1.0" ,
93
96
"esdoc" : " 1.1.0" ,
94
97
"esdoc-inject-script-plugin" : " 1.0.0" ,
95
98
"esdoc-inject-style-plugin" : " 1.0.0" ,
96
99
"esdoc-standard-plugin" : " 1.0.0" ,
97
100
"np" : " 7.0.0" ,
98
101
"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" ,
102
102
"power-assert" : " 1.6.1" ,
103
103
"regenerator-runtime" : " 0.13.7"
104
104
},
125
125
"scripts" : {
126
126
"build" : " babel --delete-dir-on-start --env-name production src -d lib" ,
127
127
"cover" : " nyc --reporter=lcov npm test" ,
128
+ "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
128
129
"esdoc" : " esdoc" ,
130
+ "lint" : " true" ,
129
131
"prepare" : " npm run build" ,
130
132
"release" : " np" ,
131
133
"test" : " ava" ,
132
- "lint" : " true" ,
133
- "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
134
134
"travis" : " npm run lint && npm run cover"
135
135
},
136
136
"sideEffects" : false
You can’t perform that action at this time.
0 commit comments