Put more detailed author information in module.json

This commit is contained in:
2021-01-13 23:42:52 +01:00
parent a4d5e6a131
commit 2a9d7e7acb

View File

@@ -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"
],