From 3ab2f8988d5bffa224872442d5d1d3a5dbbf5ed7 Mon Sep 17 00:00:00 2001 From: Jarrett Spiker Date: Sat, 9 Sep 2023 14:57:16 -0400 Subject: [PATCH] Remove comments from module.json which break github actions --- src/module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/module.json b/src/module.json index ceae424..c84232e 100644 --- a/src/module.json +++ b/src/module.json @@ -1,12 +1,12 @@ { "id": "foundry-redirect", - "name": "foundry-redirect", // retained for compatibility with foundry versions < 10 + "name": "foundry-redirect", "title": "Foundry Redirect: Better invitation links", "description": "A module to create static invitation links which look like a regular URL, and don't need to be resent every time your IP address changes", "author": "JarrettSpiker", "version": "2.0.4", - "minimumCoreVersion": "0.7.9", // retained for compatibility with foundry versions < 10 - "compatibleCoreVersion" : "11", // retained for compatibility with foundry versions < 10 + "minimumCoreVersion": "0.7.9", + "compatibleCoreVersion" : "11", "compatibility": { "minimum": "0.7.9", "verified": "11"