Skip to content

Commit

Permalink
First Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
navarasu committed Jul 2, 2020
1 parent addc260 commit 002dd12
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-ruby-layer",
"version": "1.0.0",
"version": "0.1.0",
"description": "Serverless Plugin to bundle gemfile as lamda layer",
"main": "index.js",
"scripts": {
Expand All @@ -12,10 +12,16 @@
},
"keywords": [
"serverless",
"layer",
"ruby"
"serverless-plugin",
"aws-lambda",
"aws",
"aws layer",
"ruby",
"serverless",
"gemfile",
"bundler"
],
"author": "Navarasu <nova@navarasu.coms>",
"author": "Navarasu <nova@navarasu.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/navarasu/serverless-ruby-layer/issues"
Expand Down

0 comments on commit 002dd12

Please sign in to comment.