Update module.json

This commit is contained in:
2025-08-17 15:05:02 +02:00
committed by GitHub
parent 7d6e5fab53
commit 797faad0e3

View File

@@ -9,8 +9,8 @@
}, },
"authors": [ "authors": [
{ {
"name": "MyxeliumI", "name": "Myxelium",
"url": "https://github.com/MyxeliumI" "url": "https://github.com/Myxelium"
} }
], ],
"esmodules": ["scripts/easy-battlemap.js"], "esmodules": ["scripts/easy-battlemap.js"],
@@ -22,7 +22,7 @@
"path": "languages/en.json" "path": "languages/en.json"
} }
], ],
"url": "https://github.com/MyxeliumI/easy-battlemap", "url": "https://github.com/Myxelium/test-module",
"manifest": "https://github.com/MyxeliumI/easy-battlemap/releases/latest/download/module.json", "manifest": "https://github.com/Myxelium/test-module/releases/latest/download/module.json",
"download": "https://github.com/MyxeliumI/easy-battlemap/releases/latest/download/easy-battlemap.zip" "download": "https://github.com/Myxelium/test-module/releases/latest/download/easy-battlemap.zip"
} }