From 40dc13b644030dac47696dc73364d86f7b771d85 Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 26 Dec 2022 12:22:19 +0100 Subject: [PATCH] Add email to bugs section. --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c7cfcb..0b95875 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,10 @@ "license": "AGPL-3.0-or-later", "version": "0.1.0", "homepage": "https://git.bauke.xyz/Holllo/test", - "bugs": "https://github.com/Holllo/test/issues", + "bugs": { + "email": "helllo@holllo.org", + "url": "https://github.com/Holllo/test/issues" + }, "publishConfig": { "access": "public" },