Update the module
This commit is contained in:
14
module.json
14
module.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user