Skip to content

Commit

Permalink
Fixed missing relationships
Browse files Browse the repository at this point in the history
  • Loading branch information
ZotyDev committed Jan 19, 2024
1 parent a8ff320 commit b006803
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,20 @@
"download": "https://github.com/RPG-Made-Simple/FVTT-ChromaticCanvas/releases/latest/download/module.zip",
"readme": "https://github.com/RPG-Made-Simple/FVTT-ChromaticCanvas/blob/main/README.md",
"changelog": "https://github.com/RPG-Made-Simple/FVTT-ChromaticCanvas/blob/main/CHANGELOG.md",
"relationships": {},
"relationships": {
"requires": [
{
"id": "debugger",
"type": "module",
"compatibility": {}
},
{
"id": "toolbox",
"type": "module",
"compatibility": {}
}
]
},
"esmodules": [
"./module/scripts/module.js"
]
Expand Down

0 comments on commit b006803

Please sign in to comment.