diff --git a/module.js b/module.js index 855f45d..ca85f75 100644 --- a/module.js +++ b/module.js @@ -8,7 +8,7 @@ function createHealthDisplay() { static get defaultOptions() { return mergeObject(super.defaultOptions, { title: "Party Health Overview", - template: "modules/kyles-health-module/templates/health-overview.html", + template: "templates/health-overview.html", width: 400, height: "auto", resizable: true diff --git a/module.json b/module.json index a5febba..165634c 100644 --- a/module.json +++ b/module.json @@ -5,20 +5,16 @@ "description": "A module to display a party-wide health overview for ease of management by a healer or GM.", "version": "1.0.0", "author": "Kyle", - "minimumCoreVersion": "0.12.0", - "compatibleCoreVersion": "0.12.0", + "minimumCoreVersion": "12", + "compatibleCoreVersion": "12", "scripts": [], "styles": [], "esmodules": ["module.js"], "languages": [], - "packs": [], - "system": [], - "crossOrigin": "anonymous", "url": "https://g.kht.dev/kyle/kyles-health-module", "manifest": ""https://g.kht.dev/kyle/kyles-health-module/raw/branch/main/module.json", "download": "https://g.kht.dev/kyle/kyles-health-module/archive/main.zip", - "license": "N/A", + "license": "MIT", "readme": "https://g.kht.dev/kyle/kyles-health-module/raw/branch/main/README.md", - "bugs": "https://g.kht.dev/kyle/kyles-health-module/issues", - "dependencies": [] + "bugs": "https://g.kht.dev/kyle/kyles-health-module/issues" }