Skip to content

Commit

Permalink
fix: add webpack to peer dependencies
Browse files Browse the repository at this point in the history
Hopefully it'll help with #141
  • Loading branch information
SimenB authored Oct 31, 2018
1 parent 6f74d9c commit 08ace07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"webpack-cli": "^3.1.0"
},
"peerDependencies": {
"html-webpack-plugin": "^3.0.4 || ^4.0.0-0"
"html-webpack-plugin": "^3.0.4 || ^4.0.0-0",
"webpack": "^4.0.0"
},
"engines": {
"node": ">=6"
Expand Down

0 comments on commit 08ace07

Please sign in to comment.