From 2484895fe8cc7f1a882fa366f9d736284a56f801 Mon Sep 17 00:00:00 2001 From: kyle Date: Wed, 5 Mar 2025 21:53:40 +0000 Subject: [PATCH] removed extra double quote --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 165634c..13c1820 100644 --- a/module.json +++ b/module.json @@ -1,6 +1,6 @@ { - "name": "kyles-health-module", "id": "kyles-health-module", + "name": "kyles-health-module", "title": "Kyle's Health Module", "description": "A module to display a party-wide health overview for ease of management by a healer or GM.", "version": "1.0.0", @@ -12,7 +12,7 @@ "esmodules": ["module.js"], "languages": [], "url": "https://g.kht.dev/kyle/kyles-health-module", - "manifest": ""https://g.kht.dev/kyle/kyles-health-module/raw/branch/main/module.json", + "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": "MIT", "readme": "https://g.kht.dev/kyle/kyles-health-module/raw/branch/main/README.md",