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

Commit

Permalink
Specify webpack v4 as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ooflorent committed Mar 16, 2018
1 parent 7868f36 commit 8a676ec
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 @@ -26,7 +26,7 @@
},
"license": "MIT",
"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0"
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
},
"devDependencies": {
"babel-core": "^6.23.1",
Expand Down

0 comments on commit 8a676ec

Please sign in to comment.