refactor: use modern relationships field in module.json for V13 compatibility
This commit is contained in:
parent
9507bc2a03
commit
19ccbd70da
1 changed files with 8 additions and 4 deletions
12
module.json
12
module.json
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "dh-improved-countdowns",
|
||||
"id": "dh-improved-countdowns",
|
||||
"title": "Improved Countdowns",
|
||||
"description": "A modern, draggable countdown tracker for the Daggerheart system.",
|
||||
"version": "1.0.0",
|
||||
|
|
@ -15,9 +15,13 @@
|
|||
"discord": "cptn_cosmo"
|
||||
}
|
||||
],
|
||||
"systems": [
|
||||
"daggerheart"
|
||||
],
|
||||
"relationships": {
|
||||
"systems": [
|
||||
{
|
||||
"id": "daggerheart"
|
||||
}
|
||||
]
|
||||
},
|
||||
"esmodules": [
|
||||
"scripts/module.js"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue