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 85
85
"@babel/preset-env" : " 7.11.5" ,
86
86
"@babel/register" : " 7.11.5" ,
87
87
"ava" : " 3.12.1" ,
88
+ "babel-plugin-transform-remove-console" : " 6.9.4" ,
89
+ "babel-plugin-unassert" : " 3.0.1" ,
90
+ "babel-preset-power-assert" : " 3.0.0" ,
88
91
"coveralls" : " 3.1.0" ,
89
92
"esdoc" : " 1.1.0" ,
90
93
"esdoc-inject-script-plugin" : " 1.0.0" ,
91
94
"esdoc-inject-style-plugin" : " 1.0.0" ,
92
95
"esdoc-standard-plugin" : " 1.0.0" ,
93
96
"np" : " 6.5.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
},
122
122
"scripts" : {
123
123
"build" : " babel --delete-dir-on-start --env-name production src -d lib" ,
124
124
"cover" : " nyc --reporter=lcov npm test" ,
125
+ "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
125
126
"esdoc" : " esdoc" ,
127
+ "lint" : " true" ,
126
128
"prepare" : " npm run build" ,
127
129
"release" : " np" ,
128
130
"test" : " ava" ,
129
- "lint" : " true" ,
130
- "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
131
131
"travis" : " npm run lint && npm run cover"
132
132
},
133
133
"sideEffects" : false
You can’t perform that action at this time.
0 commit comments