Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
This repository was 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

Description

@irahov

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions