Skip to content

Commit

Permalink
fix: declare default commands as optional peer dependency (#1816)
Browse files Browse the repository at this point in the history
  • Loading branch information
ylemkimon committed Sep 21, 2020
1 parent a515b76 commit dcc75c8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/package-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,16 @@
"@webpack-cli/package-utils": "^1.0.1-alpha.4",
"@types/cross-spawn": "6.0.1"
},
"peerDependenciesMeta": {
"@webpack-cli/info": {
"optional": true
},
"@webpack-cli/init": {
"optional": true
},
"@webpack-cli/serve": {
"optional": true
}
},
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
}

0 comments on commit dcc75c8

Please sign in to comment.