Skip to content

Commit

Permalink
fix: add an optional peer dependency on webpack-cli (#2396)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis authored and evilebottnawi committed Jan 28, 2020
1 parent f9937f5 commit aa365df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -116,6 +116,11 @@
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0"
},
"peerDependenciesMeta": {
"webpack-cli": {
"optional": true
}
},
"author": "Tobias Koppers @sokra",
"bugs": "https://github.com/webpack/webpack-dev-server/issues",
"homepage": "https://github.com/webpack/webpack-dev-server#readme",
Expand Down

0 comments on commit aa365df

Please sign in to comment.