Skip to content

Commit

Permalink
feat: update webpack dependency range to allow installing webpack 5 beta
Browse files Browse the repository at this point in the history
fixes #1504
  • Loading branch information
GaryB432 committed Sep 2, 2020
1 parent 1765373 commit f3ccdd5
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 @@ -61,7 +61,7 @@
"util.promisify": "1.0.0"
},
"peerDependencies": {
"webpack": ">=4.0.0 < 6.0.0"
"webpack": "^4.0.0 || ^5.0.0"
},
"keywords": [
"webpack",
Expand Down

0 comments on commit f3ccdd5

Please sign in to comment.