From c46a62bc77070d03f2f5aebedffd7a1055c5aee5 Mon Sep 17 00:00:00 2001 From: FabulistVtt Date: Tue, 21 Feb 2023 16:27:06 +0100 Subject: [PATCH] Updated manifest to Foundry V10 --- module.json | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/module.json b/module.json index 6e98fd3..96b9271 100644 --- a/module.json +++ b/module.json @@ -12,14 +12,21 @@ "version": "0.5.0", "compatibility": { - "minimum": "9", - "verified": "10.291", - "maximum": "10" + "minimum": "10", + "verified": "10.291", + "maximum": "10" }, - "dependencies": - { - "name": "sta", - "type": "system" + "relationships": { + "systems": [ + { + "id": "sta", + "manifest": "https://raw.githubusercontent.com/mkscho63/sta/master/src/system.json", + "compatibility": { + "minimum": "1.1.9", + "verified": "1.1.9" + } + } + ] }, "esmodules": ["module/sta-compendia.js"], "packs" : @@ -153,5 +160,5 @@ ], "url": "https://github.com/FabulistVtt/sta-compendia", "manifest": "https://raw.githubusercontent.com/FabulistVtt/sta-compendia/main/module.json", - "download": "https://github.com/FabulistVtt/sta-compendia/releases/download/v0.1.0/sta-compendia-v0.1.0.zip" + "download": "https://github.com/FabulistVtt/sta-compendia/releases/download/v0.5.0/sta-compendia-v0.5.0.zip" }