Skip to content

Commit 083f2a0

Browse files
fix: peer dependencies (#2284)
1 parent 29eaa8e commit 083f2a0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/webpack-cli/package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,10 @@
4545
"webpack": "4.x.x || 5.x.x"
4646
},
4747
"peerDependenciesMeta": {
48-
"@webpack-cli/init": {
49-
"optional": true
50-
},
51-
"@webpack-cli/generate-loader": {
48+
"@webpack-cli/generators": {
5249
"optional": true
5350
},
54-
"@webpack-cli/generate-plugin": {
51+
"@webpack-cli/init": {
5552
"optional": true
5653
},
5754
"@webpack-cli/migrate": {

0 commit comments

Comments
 (0)