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
10
module.json
10
module.json
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "dh-improved-countdowns",
|
"id": "dh-improved-countdowns",
|
||||||
"title": "Improved Countdowns",
|
"title": "Improved Countdowns",
|
||||||
"description": "A modern, draggable countdown tracker for the Daggerheart system.",
|
"description": "A modern, draggable countdown tracker for the Daggerheart system.",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
|
@ -15,9 +15,13 @@
|
||||||
"discord": "cptn_cosmo"
|
"discord": "cptn_cosmo"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"relationships": {
|
||||||
"systems": [
|
"systems": [
|
||||||
"daggerheart"
|
{
|
||||||
],
|
"id": "daggerheart"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"esmodules": [
|
"esmodules": [
|
||||||
"scripts/module.js"
|
"scripts/module.js"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue