Update the module

This commit is contained in:
Badgers
2025-07-09 02:15:27 -04:00
parent 535788e75b
commit b7948d18d7

View File

@@ -1,23 +1,23 @@
{
"id": "template-svelte-esm",
"title": "Template Svelte (ESM)",
"id": "rush-character-archive-foundry-module",
"title": "Rush Character Archive",
"description": "Provides a bare-bones Foundry module template repo to get set up with using the TyphonJS Runtime Library and Svelte with ES Modules.",
"version": "0.0.0",
"authors": [
{
"name": "YOUR NAME HERE",
"name": "badgers",
"url": "YOUR URL HERE"
}
],
"compatibility": {
"minimum": "12",
"verified": "12"
"minimum": "11",
"verified": "11"
},
"esmodules": [
"dist/template-svelte-esm.js"
"dist/rush-character-archive-foundry-module.js"
],
"styles": [
"dist/template-svelte-esm.css"
"dist/rush-character-archive-foundry-module.css"
],
"flags": {
"hotReload": {