Add email to bugs section.

This commit is contained in:
Bauke 2022-12-26 12:22:19 +01:00
parent cfd05d028e
commit 40dc13b644
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 1 deletions

View File

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