Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

[@vcd/sdk] Should not specify the same package in both places: dependencies and peerDependencies #215

Open
irahov opened this issue Jul 8, 2021 · 0 comments

Comments

@irahov
Copy link
Contributor

irahov commented Jul 8, 2021

Describe the bug
Currently, the @vcd/sdk specifies the following

"dependencies": {
"@vcd/angular-client": "0.0.2-alpha.6"
},
"peerDependencies": {
"@vcd/angular-client": "0.0.2-alpha.6",

But those two contradicts.
"dependencies" - means 'I depend on this package and I will install it'
"peerDependencies" - means 'I depend on this package but I will not install it, I expect it is already installed'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant