From c4b02f86754f5fb57140644532af3cd7a19f825d Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Fri, 5 Apr 2019 00:40:54 -0400 Subject: [PATCH] added author email --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fa731807..5de8ff4b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "license": "AGPL-3.0-or-later", "main": "main-electron.js", "author": { - "name": "Nicolas Constant" + "name": "Nicolas Constant", + "email": "github@nicolas-constant.com" }, "repository": { "type": "git",