Skip to content

Commit

Permalink
Merge pull request #440 from vttred/chore/add-compendium-relationship…
Browse files Browse the repository at this point in the history
…s-to-manifest

Chore/add compendium relationships to manifest
  • Loading branch information
anthonyronda authored May 24, 2023
2 parents c57f203 + ea5ac87 commit 015f706
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"compatibleCoreVersion": "11",
"compatibility": {
"minimum": "10",
"verified": "10",
"maximum": 11
"verified": "11",
"maximum": "11"
},
"author": "Maintained by VTT Red with 16 contributors",
"author": "Maintained by VTT Red with 18 contributors",
"authors": [
{
"name": "VTT RED",
"email": "[email protected]",
"url": "https://vtt.red"
},
{
"name": "and 16 other contributors",
"name": "and 18 other contributors",
"url": "https://github.com/vttred/ose#contributors-"
}
],
Expand Down Expand Up @@ -90,5 +90,27 @@
"bugs": "https://github.com/vttred/ose/issues",
"flags": {
"allowBugReporter": true
},
"relationships": {
"recommends": [
{
"id": "ose-advancedfantasytome",
"type": "module",
"compatibility": {
"minimum": "0.1.0",
"verified": "1.0.99",
"maximum": "1.99.99"
}
},
{
"id": "classicfantasycompendium",
"type": "module",
"compatibility": {
"minimum": "1.0.0",
"verified": "1.0.99",
"maximum": "1.99.99"
}
}
]
}
}

0 comments on commit 015f706

Please sign in to comment.