From 7f86b8c44e446611372710e0d1b6bec695cf50c1 Mon Sep 17 00:00:00 2001 From: Neill Cox Date: Fri, 3 May 2024 20:43:34 +1000 Subject: [PATCH] Set module id to gurps --- module.json | 18 ++++++++---------- package-lock.json | 4 ++-- scripts/constants.js | 2 +- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/module.json b/module.json index d5fbbb8..c8bc3ba 100644 --- a/module.json +++ b/module.json @@ -1,16 +1,16 @@ { - "id": "token-action-hud-template", - "title": "Token Action HUD Template", + "id": "token-action-hud-gurps", + "title": "Token Action HUD GURPS", "description": "Token Action HUD is a repositionable HUD of actions for a selected token", "authors": [ { - "name": "Larkinabout", - "url": "https://github.com/Larkinabout" + "name": "neillc", + "url": "https://git.evatt.ingenious.com.au/neillc" } ], "url": "This is auto replaced", "flags": {}, - "version": "This is auto replaced", + "version": "0.0.1", "compatibility": { "minimum": "11", "verified": "11.313" @@ -34,12 +34,12 @@ "relationships": { "systems": [ { - "id": "template", + "id": "gurps", "type": "system", "compatibility": [ { - "minimum": "1.0.0", - "verified": "1.0.0" + "minimum": "0.16.10", + "verified": "01.16.10" } ] } @@ -63,8 +63,6 @@ } }, "socket": false, - "manifest": "This is auto replaced", - "download": "This is auto replaced", "readme": "https://github.com/Larkinabout/fvtt-token-action-hud-template#readme", "protected": false, "coreTranslation": false, diff --git a/package-lock.json b/package-lock.json index ab02531..9da8cd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "fvtt-token-action-hud-template", + "name": "fvtt-token-action-hud-gurps", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "fvtt-token-action-hud-template", + "name": "fvtt-token-action-hud-gurps", "version": "1.0.0", "license": "ISC", "devDependencies": { diff --git a/scripts/constants.js b/scripts/constants.js index 1d2ec7d..e520b60 100644 --- a/scripts/constants.js +++ b/scripts/constants.js @@ -2,7 +2,7 @@ * Module-based constants */ export const MODULE = { - ID: 'token-action-hud-template' + ID: 'token-action-hud-gurps' } /**