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 f8bc61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"LICENSE"
],
"peerDependencies": {
"webpack": "^4.44.2"
"webpack": "^4.44.2 || ^5.46.0"
},
"dependencies": {
"tapable": "^2.0.0",
Expand Down

0 comments on commit f8bc61c

Please sign in to comment.