From 813c045970c948418fd62f72780429e27fb2be6e Mon Sep 17 00:00:00 2001 From: CPTN Cosmo Date: Tue, 10 Feb 2026 22:46:39 +0100 Subject: [PATCH] update module.json for switch from github --- module.json | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/module.json b/module.json index fc17512..79a95ee 100644 --- a/module.json +++ b/module.json @@ -2,19 +2,25 @@ "id": "duality-roller", "title": "Daggerheart Duality Dice Roller", "description": "Adds a button next to the chat dice/controls that triggers the /dr command for the Foundryborne Daggerheart system.", - "version": "0.1.6", + "version": "0.1.7", "compatibility": { "minimum": "13", "verified": "13" }, "authors": [ - { "name": "cptn_cosmo" } + { + "name": "cptn_cosmo" + } + ], + "esmodules": [ + "scripts/dr-button.js" + ], + "styles": [ + "styles/dr-button.css" ], - "esmodules": ["scripts/dr-button.js"], - "styles": ["styles/dr-button.css"], "packs": [], "languages": [], - "url": "https://github.com/cptn-cosmo/DualityDiceRoller", - "manifest": "https://github.com/cptn-cosmo/DualityDiceRoller/releases/latest/download/module.json", - "download": "https://github.com/cptn-cosmo/DualityDiceRoller/releases/download/0.1.6/duality-roller.zip" -} + "url": "https://git.geeks.gay/cosmo/DualityDiceRoller", + "manifest": "https://git.geeks.gay/cosmo/DualityDiceRoller/src/branch/main/module.json", + "download": "https://git.geeks.gay/cosmo/DualityDiceRoller/releases/download/0.1.7/duality-roller.zip" +} \ No newline at end of file