serverless/lib/plugins/Plugins.json
Philipp Muens 67d9b0d0b3 Remove "HelloWorld" plugin dependency
Remove the "HelloWorld" plugin which was previously used in tests for the PluginManager
class.
2016-06-17 14:42:21 +02:00

16 lines
415 B
JSON

{
"plugins": [
"./create/create.js",
"./deploy/deploy.js",
"./invoke/invoke.js",
"./remove/remove.js",
"./aws/deploy/index.js",
"./aws/invoke/index.js",
"./aws/remove/index.js",
"./aws/deploy/compile/functions/index.js",
"./aws/deploy/compile/events/schedule/index.js",
"./aws/deploy/compile/events/s3/index.js",
"./aws/deploy/compile/events/apiGateway/index.js"
]
}