Skip to content

Commit

Permalink
Merge pull request #1 from viniciusCamargo/patch-1
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
bcomnes authored Dec 27, 2017
2 parents 15428eb + b5101ec commit 797cae9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "netlify-lambda",
"version": "0.1.0",
"description": "Build and serve lambda function with webpack compilation",
"homepage": "https://github.com/netlify/netlify-lambda#readme",
"main": "bin/cmd.js",
"bin": {
"netlify-lambda": "bin/cmd.js"
Expand All @@ -11,6 +12,13 @@
},
"author": "Mathias Biilmann Christensen",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/netlify/netlify-lambda.git"
},
"bugs": {
"url": "https://github.com/netlify/netlify-lambda/issues"
},
"dependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
Expand Down

0 comments on commit 797cae9

Please sign in to comment.