Compare commits

..

2 Commits
z1 .. z3

Author SHA1 Message Date
farling42 0fa4b52704 Add LICENSE file to zip 2025-03-20 16:03:02 +00:00
farling42 6b2deb0392 Fix module.json for release action 2025-03-20 16:00:21 +00:00
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -117,6 +117,7 @@ jobs:
./module.zip \
`# The files that will be included.` \
module.json \
LICENSE \
CHANGELOG.md \
README.md \
src/
+4 -4
View File
@@ -2,7 +2,7 @@
"id": "socketlib",
"title": "socketlib",
"description": "A library for easier handling of foundry sockets",
"version": "1.1.0",
"version": "#{VERSION}#",
"compatibility": {
"minimum": "11",
"verified": "12"
@@ -27,9 +27,9 @@
"esmodules": [
"src/socketlib.js"
],
"url": "https://github.com/farling42/foundryvtt-socketlib",
"download": "https://github.com/farling42/foundryvtt-socketlib/archive/v1.1.0.zip",
"manifest": "https://raw.githubusercontent.com/farling42/foundryvtt-socketlib/master/module.json",
"url": "#{URL}#",
"download": "#{DOWNLOAD}#",
"manifest": "#{MANIFEST}#",
"readme": "https://github.com/farling42/foundryvtt-socketlib/blob/master/README.md",
"changelog": "https://github.com/farling42/foundryvtt-socketlib/blob/master/CHANGELOG.md",
"bugs": "https://github.com/farling42/foundryvtt-socketlib/issues"