Skip to content

Commit

Permalink
Mark html-webpack-plugin as an optional peer
Browse files Browse the repository at this point in the history
Follow-up for #90
  • Loading branch information
jscheid committed Dec 10, 2018
1 parent 098f68c commit 160fca1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@
"html-webpack-plugin": "^2.21.0 || ~3 || >=4.0.0-alpha.2 <5",
"webpack": "^1.12.11 || ~2 || ~3 || ~4"
},
"peerDependenciesMeta": {
"html-webpack-plugin": {
"optional": true
}
},
"files": [
"LICENSE",
"README.md",
Expand Down

0 comments on commit 160fca1

Please sign in to comment.