Skip to content

Commit

Permalink
fix: Allow webpack 5 in peer dependencies
Browse files Browse the repository at this point in the history
Fixes #189
  • Loading branch information
danez committed Apr 18, 2021
1 parent c483d26 commit ac730f1
Show file tree
Hide file tree
Showing 2 changed files with 2,952 additions and 3,346 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"tasks"
],
"peerDependencies": {
"webpack": "^4.0.0"
"webpack": "^4.0.0 || ^5.0.0"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit ac730f1

Please sign in to comment.