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 +}