1 Commits

Author SHA1 Message Date
35078e9e26 updated with correct module 2025-05-16 15:24:17 -05:00

View File

@@ -2,12 +2,12 @@
"name": "shadowdarklings-importer", "name": "shadowdarklings-importer",
"title": "Shadowdarklings.net Importer", "title": "Shadowdarklings.net Importer",
"description": "Import JSON characters and items from shadowdarklings.net into Foundry VTT.", "description": "Import JSON characters and items from shadowdarklings.net into Foundry VTT.",
"version": "1.0.4", "version": "1.0.5",
"author": "Booga", "author": "Booga",
"minimumCoreVersion": "11", "minimumCoreVersion": "11",
"compatibleCoreVersion": "12", "compatibleCoreVersion": "12",
"esmodules": ["shadowdarklings-importer.js"], "esmodules": ["shadowdarklings-importer.js"],
"systems": ["shadowdark"], "systems": ["shadowdark"],
"manifest": "https://g.kht.dev/kyle/shadowdark-importer/module.json", "manifest": "https://g.kht.dev/kyle/shadowdark-importer/raw/branch/main/module.json",
"download": "https://g.kht.dev/kyle/shadowdark-importer/archive/v1.0.4.zip" "download": "https://g.kht.dev/kyle/shadowdark-importer/archive/v1.0.5.zip"
} }