From 69853af12c04763af63340930e1609501273a105 Mon Sep 17 00:00:00 2001 From: Vincenzo Chianese Date: Fri, 15 Mar 2019 17:45:33 +0100 Subject: [PATCH] feat: stuff --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fea136a..4fe8a53 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "express-gateway-plugin-lambda", - "version": "0.0.0", + "version": "0.0.0-development", "description": "Proxy to AWS Lambda functions with Express Gateway.", "main": "manifest.js", "scripts": { - "test": "mocha -R spec test" + "test": "mocha -R spec test", + "semantic-release": "semantic-release" }, "author": "Kevin Swiber ", "license": "Apache-2.0", @@ -23,5 +24,9 @@ "express-gateway": "^1.15.0", "mocha": "^6.0.2", "semantic-release": "^15.13.3" + }, + "repository": { + "type": "git", + "url": "https://github.com/ExpressGateway/express-gateway-plugin-lambda.git" } }