From fcc8ad5c5567afd589b26eac3a16d71c715da53e Mon Sep 17 00:00:00 2001 From: Booga Date: Fri, 16 May 2025 06:07:52 -0500 Subject: [PATCH] updated package path --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 40cc111..8f865a0 100644 --- a/module.json +++ b/module.json @@ -8,6 +8,6 @@ "compatibleCoreVersion": "11", "esmodules": ["shadowdarklings-importer.js"], "systems": ["shadowdark"], - "manifest": "https://yourdomain.com/path/to/module.json", - "download": "https://yourdomain.com/path/to/module.zip" + "manifest": "https://g.kht.dev/kyle/shadowdark-importer/module.json", + "download": "https://g.kht.dev/kyle/shadowdark-importer/archive/v1.0.zip" }