From 3c7c1f60ba03487160319c4034c9dbd219370620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ver=C3=ADssimo?= Date: Fri, 14 Oct 2022 10:53:10 +0100 Subject: [PATCH 1/2] Rename name in package.json to actual name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's quite confusing having a different name for package.json and also the repo, my team has installed this package by mistake due to this discrepancy, would be nice if we could change it, please 🙏 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ea443b..be78a4c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "email": "adrian@databank.io", "url": "https://awspilot.dev" }, - "name": "aws-lambda", + "name": "cli-aws-lambda", "description": "Deploy AWS Lambda functions from command line using a json or yaml config file.", "keywords": [ "lambda", From b9934b7a1ebdb0319bc6561068f75e66b13e7154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ver=C3=ADssimo?= Date: Fri, 14 Oct 2022 10:59:01 +0100 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be78a4c..9fd8a59 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "email": "adrian@databank.io", "url": "https://awspilot.dev" }, - "name": "cli-aws-lambda", + "name": "cli-lambda-deploy", "description": "Deploy AWS Lambda functions from command line using a json or yaml config file.", "keywords": [ "lambda",