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.11.5" ,
90
90
"@babel/register" : " 7.11.5" ,
91
91
"ava" : " 3.13.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" : " 6.5.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
},
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