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.1" ,
90
90
"@babel/register" : " 7.12.1" ,
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-ecmascript-proposal-plugin" : " 1.0.0" ,
97
100
"esdoc-standard-plugin" : " 1.0.0" ,
98
101
"np" : " 6.5.0" ,
99
102
"nyc" : " 15.1.0" ,
100
- "babel-plugin-transform-remove-console" : " 6.9.4" ,
101
- "babel-plugin-unassert" : " 3.0.1" ,
102
- "babel-preset-power-assert" : " 3.0.0" ,
103
103
"power-assert" : " 1.6.1" ,
104
104
"regenerator-runtime" : " 0.13.7"
105
105
},
124
124
"scripts" : {
125
125
"build" : " babel --delete-dir-on-start --env-name production src -d lib" ,
126
126
"cover" : " nyc --reporter=lcov npm test" ,
127
+ "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
127
128
"esdoc" : " esdoc" ,
129
+ "lint" : " true" ,
128
130
"prepare" : " npm run build" ,
129
131
"release" : " np" ,
130
132
"test" : " ava" ,
131
- "lint" : " true" ,
132
- "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
133
133
"travis" : " npm run lint && npm run cover"
134
134
},
135
135
"sideEffects" : false
You can’t perform that action at this time.
0 commit comments