We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addc260 commit 002dd12Copy full SHA for 002dd12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "serverless-ruby-layer",
3
- "version": "1.0.0",
+ "version": "0.1.0",
4
"description": "Serverless Plugin to bundle gemfile as lamda layer",
5
"main": "index.js",
6
"scripts": {
@@ -12,10 +12,16 @@
12
},
13
"keywords": [
14
"serverless",
15
- "layer",
16
- "ruby"
+ "serverless-plugin",
+ "aws-lambda",
17
+ "aws",
18
+ "aws layer",
19
+ "ruby",
20
+ "serverless",
21
+ "gemfile",
22
+ "bundler"
23
],
- "author": "Navarasu <nova@navarasu.coms>",
24
+ "author": "Navarasu <nova@navarasu.com>",
25
"license": "MIT",
26
"bugs": {
27
"url": "https://github.com/navarasu/serverless-ruby-layer/issues"
0 commit comments