File tree Expand file tree Collapse file tree 2 files changed +0
-47
lines changed Expand file tree Collapse file tree 2 files changed +0
-47
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 37
37
"format:js" : " prettier-eslint ./bin/*.js ./bin/**/*.js ./test/**/*.js ./packages/**/**/*.js ./packages/**/*.js --write" ,
38
38
"format:ts" : " prettier-eslint ./packages/**/**/*.ts ./packages/**/*.ts ./packages/**/**/**/*.ts --write" ,
39
39
"lint" : " eslint \" ./bin/*.js\" \" ./bin/**/*.js\" \" ./test/**/*.js\" \" packages/**/!(node_modules)/*.ts\" \" packages/**/!(node_modules)/**/*.ts\" " ,
40
- "postinstall" : " node ./bin/opencollective.js" ,
41
40
"pretest" : " npm run build && npm run lint" ,
42
41
"reportCoverage" : " nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov" ,
43
42
"test" : " nyc jest --maxWorkers=4 --reporters=default --reporters=jest-junit" ,
174
173
"typescript" : " 3.5.2" ,
175
174
"webpack" : " 4.x.x" ,
176
175
"webpack-dev-server" : " 3.7.2"
177
- },
178
- "collective" : {
179
- "type" : " opencollective" ,
180
- "url" : " https://opencollective.com/webpack"
181
176
}
182
177
}
You can’t perform that action at this time.
0 commit comments