Update for V12 (#22)

This commit is contained in:
Matheus Clemente
2024-07-07 15:56:41 -03:00
committed by GitHub
parent c80346917e
commit 93d1587f61
3 changed files with 13 additions and 93 deletions

View File

@@ -4,8 +4,8 @@
"description": "A library for easier handling of foundry sockets",
"version": "1.0.13",
"compatibility": {
"minimum": "10",
"verified": "11"
"minimum": "11",
"verified": "12"
},
"library": true,
"authors": [
@@ -17,7 +17,6 @@
}
],
"esmodules": [
"src/libwrapper_shim.js",
"src/socketlib.js"
],
"url": "https://github.com/manuelVo/foundryvtt-socketlib",