Skip to content

Commit

Permalink
fix(package): add webpack >= v4.0.0 (peerDependencies) (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanclark authored and michael-ciniawsky committed Feb 27, 2018
1 parent acb91d2 commit 011cc73
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 @@ -37,7 +37,7 @@
},
"peerDependencies": {
"less": "^2.3.1",
"webpack": "^2.0.0 || ^3.0.0"
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.0",
Expand Down

0 comments on commit 011cc73

Please sign in to comment.