From 3e8df01e5846e87075d62953119831bf30925d4c Mon Sep 17 00:00:00 2001 From: zarmstrong Date: Wed, 16 Jun 2021 21:38:00 -0600 Subject: [PATCH] fix module.json --- module.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/module.json b/module.json index aeda70a..ec75abf 100644 --- a/module.json +++ b/module.json @@ -9,14 +9,15 @@ "scripts": [], "esmodules": [], "packs": [ - { - "label": "PFS Consumables", - "entity": "JournalEntry", - "name": "PFS-Consumables", - "path": "./packs/pfs-consumables.db", - "system": "pf2e", - "package": "PFSConsumables" - }, + { + "label": "PFS Consumables", + "entity": "JournalEntry", + "name": "PFS-Consumables", + "path": "./packs/pfs-consumables.db", + "system": "pf2e", + "package": "PFSConsumables" + } + ], "systems": ["pf2e"], "url": "https://github.com/zarmstrong/pfs-consumables", "manifest": "https://raw.githubusercontent.com/zarmstrong/pfs-consumables/main/module.json",