serverless/lib/plugins/Plugins.json
Philipp Muens aafc2fefd6 Rename and refactor existing plugins
Rename the existing plugins to match the new naming convention.
Fix bugs / refactor code / enhance test coverage alongside.
2016-05-25 07:12:15 +02:00

8 lines
108 B
JSON

{
"plugins": [
"./deploy/deploy.js",
"./create/create.js",
"./helloWorld/helloWorld.js"
]
}