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", "id": "rush-character-archive-foundry-module",
"title": "Template Svelte (ESM)", "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.", "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", "version": "0.0.0",
"authors": [ "authors": [
{ {
"name": "YOUR NAME HERE", "name": "badgers",
"url": "YOUR URL HERE" "url": "YOUR URL HERE"
} }
], ],
"compatibility": { "compatibility": {
"minimum": "12", "minimum": "11",
"verified": "12" "verified": "11"
}, },
"esmodules": [ "esmodules": [
"dist/template-svelte-esm.js" "dist/rush-character-archive-foundry-module.js"
], ],
"styles": [ "styles": [
"dist/template-svelte-esm.css" "dist/rush-character-archive-foundry-module.css"
], ],
"flags": { "flags": {
"hotReload": { "hotReload": {