From 2a9d7e7acbc272c685b3bb0c480ad71a4a7c22fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Wed, 13 Jan 2021 23:42:52 +0100 Subject: [PATCH] Put more detailed author information in module.json --- module.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/module.json b/module.json index 2492996..725c55d 100644 --- a/module.json +++ b/module.json @@ -5,7 +5,13 @@ "version": "1.2.1", "minimumCoreVersion" : "0.7.7", "compatibleCoreVersion" : "0.7.9", - "author": "Manuel Vögele", + "authors": [ + { + "name": "Manuel Vögele", + "email": "develop@manuel-voegele.de", + "discord": "Stäbchenfisch#5107" + } + ], "esmodules": [ "src/main.js" ],