Skip to content

Commit

Permalink
fix: peer dependencies with webpack@5 (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 15, 2020
1 parent 68ae47b commit 71b2bdf
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 @@ -28,7 +28,7 @@
"index.js"
],
"peerDependencies": {
"webpack": "^4.0.0"
"webpack": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"memory-fs": "^0.4.1",
Expand Down

0 comments on commit 71b2bdf

Please sign in to comment.