refactor: use modern relationships field in module.json for V13 compatibility

This commit is contained in:
CPTN Cosmo 2025-12-21 20:43:12 +01:00
parent 9507bc2a03
commit 19ccbd70da

View file

@ -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"
],