Change module.json to work with old location of socketlib

This commit is contained in:
farling42
2025-05-09 17:14:35 +01:00
parent 46f9703989
commit 212297bcc9
2 changed files with 10 additions and 29 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
"id": "socketlib",
"title": "socketlib",
"description": "A library for easier handling of foundry sockets",
"version": "#{VERSION}#",
"version": "1.1.1",
"compatibility": {
"minimum": "11",
"verified": "13.338"
@@ -27,8 +27,8 @@
"esmodules": [
"src/socketlib.js"
],
"url": "#{URL}#",
"download": "#{DOWNLOAD}#",
"url": "https://github.com/farling42/foundryvtt-socketlib",
"download": "https://github.com/farling42/foundryvtt-socketlib/releases/download/v1.1.1/module.zip",
"manifest": "https://github.com/farling42/foundryvtt-socketlib/releases/latest/download/module.json",
"readme": "https://github.com/farling42/foundryvtt-socketlib/blob/master/README.md",
"changelog": "https://github.com/farling42/foundryvtt-socketlib/blob/master/CHANGELOG.md",