chore: declare maximum core version
This commit is contained in:
parent
691a399379
commit
5f29fdac02
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "darkness-dependent-vision",
|
"name": "darkness-dependent-vision",
|
||||||
|
"id": "darkness-dependent-vision",
|
||||||
"title": "Darkness Dependent Vision",
|
"title": "Darkness Dependent Vision",
|
||||||
"description": "A module for Foundry Virtual Tabletop that provides functionality to make the dim and bright vision of tokens depend on the scene's darkness level.",
|
"description": "A module for Foundry Virtual Tabletop that provides functionality to make the dim and bright vision of tokens depend on the scene's darkness level.",
|
||||||
"version": "0.3.6",
|
"version": "0.3.6",
|
||||||
|
@ -12,6 +13,11 @@
|
||||||
],
|
],
|
||||||
"minimumCoreVersion": "9.236",
|
"minimumCoreVersion": "9.236",
|
||||||
"compatibleCoreVersion": "9",
|
"compatibleCoreVersion": "9",
|
||||||
|
"compatibility": {
|
||||||
|
"minimum": "9.236",
|
||||||
|
"verified": "9",
|
||||||
|
"maximum": "9"
|
||||||
|
},
|
||||||
"esmodules": ["darkness-dependent-vision.js"],
|
"esmodules": ["darkness-dependent-vision.js"],
|
||||||
"languages": [
|
"languages": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue