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",
|
||||
"id": "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.",
|
||||
"version": "0.3.6",
|
||||
|
@ -12,6 +13,11 @@
|
|||
],
|
||||
"minimumCoreVersion": "9.236",
|
||||
"compatibleCoreVersion": "9",
|
||||
"compatibility": {
|
||||
"minimum": "9.236",
|
||||
"verified": "9",
|
||||
"maximum": "9"
|
||||
},
|
||||
"esmodules": ["darkness-dependent-vision.js"],
|
||||
"languages": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue