Skip to content

Commit

Permalink
feat: Allow webpack 5 as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Apr 9, 2020
1 parent 39c38a4 commit 9c571e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -61,7 +61,7 @@
"util.promisify": "1.0.0"
},
"peerDependencies": {
"webpack": "^4.0.0"
"webpack": ">=4.0.0 < 6.0.0"
},
"keywords": [
"webpack",
Expand Down

0 comments on commit 9c571e2

Please sign in to comment.