From af80b0497c44debb6eda3700c29df476d63753fc Mon Sep 17 00:00:00 2001 From: velara <74130268+velara@users.noreply.github.com> Date: Wed, 3 Feb 2021 10:56:10 -0600 Subject: [PATCH] Update module.json --- module.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index 926644c..dd8cfce 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "pf2e-bleedingsky-data", "title": "PF2E Land of the Bleeding Sky Data", "description": "Extra compendia containing content for the Land of the Bleeding Sky campaign setting. https://scribe.pf2.tools/v/9zlCw6jw ", - "version": "1.2", + "version": "1.3", "author": "Velara", "packs": [ { @@ -38,13 +38,13 @@ "package": "pf2e-bleedingsky-data" } ], - "esmodules": [], + "esmodules": ["./bundle.js"], "styles": [], - "socket": false, + "socket": true, "systems": ["pf2e"], "compatibleCoreVersion": "0.7.9", "minimumCoreVersion": "0.7.5", "manifest": "https://raw.githubusercontent.com/velara/BleedingSky/master/module.json", - "download": "https://github.com/velara/BleedingSky/archive/v1.2.zip", + "download": "https://github.com/velara/BleedingSky/archive/v1.3.zip", "url": "https://gitlab.com/Velara/Bleedingsky/" }