Skip to content

Commit

Permalink
Updated manifest to Foundry V10
Browse files Browse the repository at this point in the history
  • Loading branch information
FabulistVtt committed Feb 21, 2023
1 parent 69689c8 commit c46a62b
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,21 @@
"version": "0.5.0",
"compatibility":
{
"minimum": "9",
"verified": "10.291",
"maximum": "10"
"minimum": "10",
"verified": "10.291",
"maximum": "10"
},
"dependencies":
{
"name": "sta",
"type": "system"
"relationships": {
"systems": [
{
"id": "sta",
"manifest": "https://raw.githubusercontent.com/mkscho63/sta/master/src/system.json",
"compatibility": {
"minimum": "1.1.9",
"verified": "1.1.9"
}
}
]
},
"esmodules": ["module/sta-compendia.js"],
"packs" :
Expand Down Expand Up @@ -153,5 +160,5 @@
],
"url": "https://github.com/FabulistVtt/sta-compendia",
"manifest": "https://raw.githubusercontent.com/FabulistVtt/sta-compendia/main/module.json",
"download": "https://github.com/FabulistVtt/sta-compendia/releases/download/v0.1.0/sta-compendia-v0.1.0.zip"
"download": "https://github.com/FabulistVtt/sta-compendia/releases/download/v0.5.0/sta-compendia-v0.5.0.zip"
}

0 comments on commit c46a62b

Please sign in to comment.