From a15c7c36fe892567c076c70f26bfbfaea2341cf4 Mon Sep 17 00:00:00 2001 From: Vinicius Camargo Date: Tue, 26 Dec 2017 20:36:09 -0200 Subject: [PATCH 1/2] Update package.json --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index e50fb248..3a5e8399 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,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", From b5101ec718ab971fb84b647b5e0289dcc7cdbca1 Mon Sep 17 00:00:00 2001 From: Vinicius Camargo Date: Tue, 26 Dec 2017 20:39:10 -0200 Subject: [PATCH 2/2] Add url to the project homepage --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3a5e8399..3fac386e 100644 --- a/package.json +++ b/package.json @@ -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"