Set module id to gurps
This commit is contained in:
parent
c983d9b91b
commit
7f86b8c44e
3 changed files with 11 additions and 13 deletions
18
module.json
18
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,
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
* Module-based constants
|
||||
*/
|
||||
export const MODULE = {
|
||||
ID: 'token-action-hud-template'
|
||||
ID: 'token-action-hud-gurps'
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue