Skip to content

Commit

Permalink
Merge pull request #970 from dhruvdutt/postinstall
Browse files Browse the repository at this point in the history
chore(scripts): clean postinstall
  • Loading branch information
evenstensberg committed Jun 23, 2019
2 parents 313e83e + cd54ba5 commit 002a6ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
42 changes: 0 additions & 42 deletions bin/opencollective.js

This file was deleted.

5 changes: 0 additions & 5 deletions package.json
Expand Up @@ -37,7 +37,6 @@
"format:js": "prettier-eslint ./bin/*.js ./bin/**/*.js ./test/**/*.js ./packages/**/**/*.js ./packages/**/*.js --write",
"format:ts": "prettier-eslint ./packages/**/**/*.ts ./packages/**/*.ts ./packages/**/**/**/*.ts --write",
"lint": "eslint \"./bin/*.js\" \"./bin/**/*.js\" \"./test/**/*.js\" \"packages/**/!(node_modules)/*.ts\" \"packages/**/!(node_modules)/**/*.ts\"",
"postinstall": "node ./bin/opencollective.js",
"pretest": "npm run build && npm run lint",
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
"test": "nyc jest --maxWorkers=4 --reporters=default --reporters=jest-junit",
Expand Down Expand Up @@ -174,9 +173,5 @@
"typescript": "3.5.2",
"webpack": "4.x.x",
"webpack-dev-server": "3.7.2"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
}
}

0 comments on commit 002a6ac

Please sign in to comment.