chore: declare maximum core version

This commit is contained in:
Johannes Loher 2022-07-17 19:47:50 +02:00
parent 691a399379
commit 5f29fdac02

View file

@ -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": [
{ {