jacob-meacham / serverless-plugin-bind-deployment-id

:link: Serverless plugin to bind the randomly generated deployment id to custom resources
MIT License
33 stars 7 forks source link

Should Serverless be a peer dependency? #9

Closed jacob-meacham closed 5 years ago

jacob-meacham commented 7 years ago

Right now, Serverless is marked as a peer dependency, which allows us to give feedback on which Serverless version this plugin is compatible with. It also encourages users to use a local serverless, meaning that their project will not break without them explicitly upgrading serverless in that project.

However, the serverless docs recommend installing serverless globally, and any project following this dictum will get an unmet peer dependency warning.