From b69303a9084f288f582729609780759a4ea86086 Mon Sep 17 00:00:00 2001 From: Carlos Cuesta Date: Mon, 28 Dec 2020 23:48:32 +0100 Subject: [PATCH] :wrench: Fix author package.json field (#521) --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e9b73f3f99..1d78bbd3a4 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,11 @@ "carloscuesta", "commit" ], - "author": "Carlos Cuesta", + "author": { + "name": "Carlos Cuesta", + "email": "hi@carloscuesta.me", + "url": "https://carloscuesta.me" + }, "license": "MIT", "bugs": { "url": "https://github.com/carloscuesta/gitmoji-cli/issues"