From dd18722335c151b5942020e54b05dd9aa0624170 Mon Sep 17 00:00:00 2001 From: Rodrigo Kamada Date: Sun, 27 Nov 2022 14:53:21 -0300 Subject: [PATCH] Adding the author setting. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1574ceb..6c9d735 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "nodejs-aws-lambda", "version": "1.0.0", "description": "", + "author": "Rodrigo Kamada (https://github.com/rodrigokamada)", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -11,7 +12,6 @@ "url": "git+https://github.com/rodrigokamada/nodejs-aws-lambda.git" }, "keywords": [], - "author": "", "license": "ISC", "bugs": { "url": "https://github.com/rodrigokamada/nodejs-aws-lambda/issues"