Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
fix(package): add support for webpack =< v3.0.0 (peerDependencies) (
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add authored and michael-ciniawsky committed Sep 12, 2018
1 parent 31b51c3 commit a6860fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"dist"
],
"peerDependencies": {
"webpack": "^4.0.0"
"webpack": "^3.0.0 || ^4.0.0"
},
"dependencies": {
"loader-utils": "^1.1.0",
Expand Down

0 comments on commit a6860fc

Please sign in to comment.