Fix indentation

This commit is contained in:
Oliver-Akins 2024-02-13 20:06:44 -07:00
parent a9e926c6b4
commit 2a7d485ab4

View file

@ -30,43 +30,43 @@
"path": "langs/en-ca.json" "path": "langs/en-ca.json"
} }
], ],
"packs": [ "packs": [
{ {
"name": "untyped", "name": "untyped",
"label": "Generic Items", "label": "Generic Items",
"system": "dotdungeon", "system": "dotdungeon",
"type": "Item", "type": "Item",
"path": "packs/untyped" "path": "packs/untyped"
}, },
{ {
"name": "spells", "name": "spells",
"label": "Core Spells", "label": "Core Spells",
"system": "dotdungeon", "system": "dotdungeon",
"type": "Item", "type": "Item",
"path": "packs/spells" "path": "packs/spells"
}, },
{ {
"name": "aspects", "name": "aspects",
"label": "Core Aspects", "label": "Core Aspects",
"system": "dotdungeon", "system": "dotdungeon",
"type": "Item", "type": "Item",
"path": "packs/aspects" "path": "packs/aspects"
}, },
{ {
"name": "beastiary", "name": "beastiary",
"label": "Core Beastiary", "label": "Core Beastiary",
"system": "dotdungeon", "system": "dotdungeon",
"type": "Actor", "type": "Actor",
"path": "packs/beastiary" "path": "packs/beastiary"
}, },
{ {
"name": "rules", "name": "rules",
"label": "Core Rules", "label": "Core Rules",
"system": "dotdungeon", "system": "dotdungeon",
"type": "JournalEntry", "type": "JournalEntry",
"path": "packs/rules" "path": "packs/rules"
} }
], ],
"flags": { "flags": {
"hotReload": { "hotReload": {
"extensions": ["css", "hbs", "json", "js", "mjs", "svg"], "extensions": ["css", "hbs", "json", "js", "mjs", "svg"],