File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 89
89
"@babel/preset-env" : " 7.12.7" ,
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
"bn.js" : " 5.1.3" ,
93
96
"coveralls" : " 3.1.0" ,
94
97
"esdoc" : " 1.1.0" ,
98
101
"int" : " 0.2.0" ,
99
102
"np" : " 7.0.0" ,
100
103
"nyc" : " 15.1.0" ,
101
- "babel-plugin-transform-remove-console" : " 6.9.4" ,
102
- "babel-plugin-unassert" : " 3.0.1" ,
103
- "babel-preset-power-assert" : " 3.0.0" ,
104
104
"power-assert" : " 1.6.1" ,
105
105
"regenerator-runtime" : " 0.13.7"
106
106
},
130
130
"scripts" : {
131
131
"build" : " babel --delete-dir-on-start --env-name production src -d lib" ,
132
132
"cover" : " nyc --reporter=lcov npm test" ,
133
+ "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
133
134
"esdoc" : " esdoc" ,
135
+ "lint" : " true" ,
134
136
"prepare" : " npm run build" ,
135
137
"release" : " np" ,
136
138
"test" : " ava" ,
137
- "lint" : " true" ,
138
- "dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
139
139
"travis" : " npm run lint && npm run cover"
140
140
},
141
141
"sideEffects" : false
You can’t perform that action at this time.
0 commit comments