Changed socketlib dependency to my own hosted instance and upped version compatibility so Foundry v13 will be able to install this.

This commit is contained in:
Crovaxon
2025-05-11 16:22:17 +02:00
parent a21085ca5b
commit e0c57ce78b
+2 -2
View File
@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"minimum": "12", "minimum": "12",
"verified": "12", "verified": "12",
"maximum": "12" "maximum": "13"
}, },
"authors": [ "authors": [
{ {
@@ -75,7 +75,7 @@
{ {
"id": "socketlib", "id": "socketlib",
"type": "module", "type": "module",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json" "manifest": "https://gitea.crovaxon.de/crovaxon/foundryvtt-socketlib/raw/branch/develop/module.json"
} }
] ]
}, },