Skip to content

Commit

Permalink
Allow webpack 5 as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jorrit committed Jul 27, 2021
1 parent 1b9142e commit 86dbfe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:js": "eslint --fix --cache lib test",
"lint:json": "prettier --write codecov.yml .circleci/config.yml .eslintrc",
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
"posttest": "node set-webpack-version.js \"^4.44.2\" && npm install",
"posttest": "node set-webpack-version.js \">=4.44.2\" && npm install",
"security": "npm audit --audit-level=high",
"test": "npm run test:v4 && npm run test:v5",
"test:v4": "ava",
Expand All @@ -33,7 +33,7 @@
"LICENSE"
],
"peerDependencies": {
"webpack": "^4.44.2"
"webpack": ">=4.44.2"
},
"dependencies": {
"tapable": "^2.0.0",
Expand Down

0 comments on commit 86dbfe6

Please sign in to comment.