Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b2deb0392 |
+4
-4
@@ -2,7 +2,7 @@
|
|||||||
"id": "socketlib",
|
"id": "socketlib",
|
||||||
"title": "socketlib",
|
"title": "socketlib",
|
||||||
"description": "A library for easier handling of foundry sockets",
|
"description": "A library for easier handling of foundry sockets",
|
||||||
"version": "1.1.0",
|
"version": "#{VERSION}#",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "11",
|
"minimum": "11",
|
||||||
"verified": "12"
|
"verified": "12"
|
||||||
@@ -27,9 +27,9 @@
|
|||||||
"esmodules": [
|
"esmodules": [
|
||||||
"src/socketlib.js"
|
"src/socketlib.js"
|
||||||
],
|
],
|
||||||
"url": "https://github.com/farling42/foundryvtt-socketlib",
|
"url": "#{URL}#",
|
||||||
"download": "https://github.com/farling42/foundryvtt-socketlib/archive/v1.1.0.zip",
|
"download": "#{DOWNLOAD}#",
|
||||||
"manifest": "https://raw.githubusercontent.com/farling42/foundryvtt-socketlib/master/module.json",
|
"manifest": "#{MANIFEST}#",
|
||||||
"readme": "https://github.com/farling42/foundryvtt-socketlib/blob/master/README.md",
|
"readme": "https://github.com/farling42/foundryvtt-socketlib/blob/master/README.md",
|
||||||
"changelog": "https://github.com/farling42/foundryvtt-socketlib/blob/master/CHANGELOG.md",
|
"changelog": "https://github.com/farling42/foundryvtt-socketlib/blob/master/CHANGELOG.md",
|
||||||
"bugs": "https://github.com/farling42/foundryvtt-socketlib/issues"
|
"bugs": "https://github.com/farling42/foundryvtt-socketlib/issues"
|
||||||
|
|||||||
Reference in New Issue
Block a user