Skip to content

Commit

Permalink
fix: peer dependencies (#2284)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 31, 2020
1 parent 29eaa8e commit 083f2a0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/webpack-cli/package.json
Expand Up @@ -45,13 +45,10 @@
"webpack": "4.x.x || 5.x.x"
},
"peerDependenciesMeta": {
"@webpack-cli/init": {
"optional": true
},
"@webpack-cli/generate-loader": {
"@webpack-cli/generators": {
"optional": true
},
"@webpack-cli/generate-plugin": {
"@webpack-cli/init": {
"optional": true
},
"@webpack-cli/migrate": {
Expand Down

0 comments on commit 083f2a0

Please sign in to comment.