Skip to content

Commit

Permalink
chore(deps): add webpack-cli to peers
Browse files Browse the repository at this point in the history
Make webpack-cli optional peer
  • Loading branch information
eps1lon committed Aug 20, 2019
1 parent 84cb481 commit 8a112ff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Expand Up @@ -114,7 +114,13 @@
"webpack-cli": "^3.3.6"
},
"peerDependencies": {
"webpack": "^4.0.0"
"webpack": "^4.0.0",
"webpack-cli": "^3.0.0"
},
"peerDependenciesMeta": {
"webpack-cli": {
"optional": true
}
},
"author": "Tobias Koppers @sokra",
"bugs": "https://github.com/webpack/webpack-dev-server/issues",
Expand Down

0 comments on commit 8a112ff

Please sign in to comment.