HyperBrain / serverless-models-plugin

Model support for Serverless 0.5.x
25 stars 6 forks source link

Automatically add dependency to package.json #6

Closed dennisoverbeeke closed 8 years ago

dennisoverbeeke commented 8 years ago

When using other plugins the dependencies in package.json are added. This is not the case for the serverless-models-plugin. When transferring project to other machine (i.e. a build server) the plugins are not automatically installed with npm install

Is this an error at my side? Otherwise this might be a good add?

dennisoverbeeke commented 8 years ago

My mistake... forgot to add --save when installing