4 Commits
v1.0 ... v1.0.3

Author SHA1 Message Date
a2f472f947 let's push this time 2025-05-16 06:14:15 -05:00
f3d9c18028 updataed minimum core versions 2025-05-16 06:11:50 -05:00
e536e24d6b updated version 2025-05-16 06:08:44 -05:00
fcc8ad5c55 updated package path 2025-05-16 06:07:52 -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.0", "version": "1.0.3",
"author": "Booga", "author": "Booga",
"minimumCoreVersion": "10", "minimumCoreVersion": "11",
"compatibleCoreVersion": "11", "compatibleCoreVersion": "12",
"esmodules": ["shadowdarklings-importer.js"], "esmodules": ["shadowdarklings-importer.js"],
"systems": ["shadowdark"], "systems": ["shadowdark"],
"manifest": "https://yourdomain.com/path/to/module.json", "manifest": "https://g.kht.dev/kyle/shadowdark-importer/module.json",
"download": "https://yourdomain.com/path/to/module.zip" "download": "https://g.kht.dev/kyle/shadowdark-importer/archive/v1.0.3.zip"
} }