update module verified to v12, add sequencer dependency
This commit is contained in:
parent
2765a53815
commit
e240bb5bf1
@ -4,14 +4,15 @@
|
|||||||
"description": "Mike's collection of SWADE helpers",
|
"description": "Mike's collection of SWADE helpers",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Mike"
|
"name": "Mike",
|
||||||
|
"flags": {}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"url": "https://git.bloy.org/foundryvtt/swade-mb-helpers",
|
"url": "https://git.bloy.org/foundryvtt/swade-mb-helpers",
|
||||||
"version": "3.0.2",
|
"version": "3.0.2",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "11",
|
"minimum": "11",
|
||||||
"verified": "11"
|
"verified": "12"
|
||||||
},
|
},
|
||||||
"esmodules": [
|
"esmodules": [
|
||||||
"module/swade-mb-helpers.js"
|
"module/swade-mb-helpers.js"
|
||||||
@ -110,7 +111,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "portal-lib",
|
"id": "portal-lib",
|
||||||
"type": "module"
|
"type": "module",
|
||||||
|
"compatibility": {}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"recommends": [
|
"recommends": [
|
||||||
@ -133,6 +135,11 @@
|
|||||||
"id": "visual-active-effects",
|
"id": "visual-active-effects",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"compatibility": {}
|
"compatibility": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "sequencer",
|
||||||
|
"type": "module",
|
||||||
|
"compatibility": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user