From e240bb5bf1f39e2f3e543094ad338262b95d9c00 Mon Sep 17 00:00:00 2001 From: Mike Bloy Date: Tue, 9 Jul 2024 20:51:27 -0500 Subject: [PATCH] update module verified to v12, add sequencer dependency --- src/module.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/module.json b/src/module.json index 092782b..bea5276 100644 --- a/src/module.json +++ b/src/module.json @@ -4,14 +4,15 @@ "description": "Mike's collection of SWADE helpers", "authors": [ { - "name": "Mike" + "name": "Mike", + "flags": {} } ], "url": "https://git.bloy.org/foundryvtt/swade-mb-helpers", "version": "3.0.2", "compatibility": { "minimum": "11", - "verified": "11" + "verified": "12" }, "esmodules": [ "module/swade-mb-helpers.js" @@ -43,7 +44,7 @@ } }, { - "name": "Common Actions", + "name": "CommonActions", "label": "SWADE MB Common Actions", "path": "packs/common-actions", "type": "Item", @@ -110,7 +111,8 @@ }, { "id": "portal-lib", - "type": "module" + "type": "module", + "compatibility": {} } ], "recommends": [ @@ -133,6 +135,11 @@ "id": "visual-active-effects", "type": "module", "compatibility": {} + }, + { + "id": "sequencer", + "type": "module", + "compatibility": {} } ] },