From 64bcf24c59242a5b5b722bee38a45533938f0376 Mon Sep 17 00:00:00 2001 From: aMediocreDad Date: Sun, 6 Nov 2022 16:42:46 +0100 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=20Release=209.2.?= =?UTF-8?q?3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifests/v9/system.json | 12 ++++-------- package.json | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/manifests/v9/system.json b/manifests/v9/system.json index fa4be0eb..bb7f4ad5 100644 --- a/manifests/v9/system.json +++ b/manifests/v9/system.json @@ -22,12 +22,8 @@ } ], "scripts": [], - "esmodules": [ - "forbidden-lands.js" - ], - "styles": [ - "forbidden-lands.css" - ], + "esmodules": ["forbidden-lands.js"], + "styles": ["forbidden-lands.css"], "packs": [], "languages": [ { @@ -78,7 +74,7 @@ "secondaryTokenAttribute": null, "url": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt", "socket": true, - "manifest": "https://raw.github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/main/manifests/v9/system.json", + "manifest": "https://raw.githubusercontent.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/main/manifests/v9/system.json", "download": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/download/v9.2.3/fbl-fvtt_v9.2.3.zip", "license": "LICENSE.txt" -} \ No newline at end of file +} diff --git a/package.json b/package.json index d5090a8d..89e285ce 100644 --- a/package.json +++ b/package.json @@ -69,4 +69,4 @@ "volta": { "node": "16.14.2" } -} \ No newline at end of file +}