Set module id to gurps

This commit is contained in:
Neill Cox 2024-05-03 20:43:34 +10:00
parent c983d9b91b
commit 7f86b8c44e
3 changed files with 11 additions and 13 deletions

View file

@ -1,16 +1,16 @@
{ {
"id": "token-action-hud-template", "id": "token-action-hud-gurps",
"title": "Token Action HUD Template", "title": "Token Action HUD GURPS",
"description": "Token Action HUD is a repositionable HUD of actions for a selected token", "description": "Token Action HUD is a repositionable HUD of actions for a selected token",
"authors": [ "authors": [
{ {
"name": "Larkinabout", "name": "neillc",
"url": "https://github.com/Larkinabout" "url": "https://git.evatt.ingenious.com.au/neillc"
} }
], ],
"url": "This is auto replaced", "url": "This is auto replaced",
"flags": {}, "flags": {},
"version": "This is auto replaced", "version": "0.0.1",
"compatibility": { "compatibility": {
"minimum": "11", "minimum": "11",
"verified": "11.313" "verified": "11.313"
@ -34,12 +34,12 @@
"relationships": { "relationships": {
"systems": [ "systems": [
{ {
"id": "template", "id": "gurps",
"type": "system", "type": "system",
"compatibility": [ "compatibility": [
{ {
"minimum": "1.0.0", "minimum": "0.16.10",
"verified": "1.0.0" "verified": "01.16.10"
} }
] ]
} }
@ -63,8 +63,6 @@
} }
}, },
"socket": false, "socket": false,
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"readme": "https://github.com/Larkinabout/fvtt-token-action-hud-template#readme", "readme": "https://github.com/Larkinabout/fvtt-token-action-hud-template#readme",
"protected": false, "protected": false,
"coreTranslation": false, "coreTranslation": false,

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{ {
"name": "fvtt-token-action-hud-template", "name": "fvtt-token-action-hud-gurps",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "fvtt-token-action-hud-template", "name": "fvtt-token-action-hud-gurps",
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {

View file

@ -2,7 +2,7 @@
* Module-based constants * Module-based constants
*/ */
export const MODULE = { export const MODULE = {
ID: 'token-action-hud-template' ID: 'token-action-hud-gurps'
} }
/** /**