Skip to content

Commit

Permalink
v10 compatibility improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
sneat authored Jul 1, 2022
1 parent cc1c3e6 commit 6100ee4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"version": "1.0.0",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "10",
"compatibility": {
"minimum": "0.8.6",
"verified": "10",
"maximum": "10"
},
"author": "Blair McMillan",
"authors": [
{
Expand Down Expand Up @@ -81,6 +86,15 @@
"type": "module"
}
],
"relationships": {
"requires": [
{
"id": "scene-packer",
"type": "module",
"manifest": "https://github.com/League-of-Foundry-Developers/scene-packer/releases/latest/download/module.json"
}
]
},
"url": "https://github.com/sneat/starter-scene-packer",
"manifest": "https://github.com/sneat/starter-scene-packer/releases/latest/download/module.json",
"download": "https://github.com/sneat/starter-scene-packer/releases/latest/download/module.zip",
Expand Down

0 comments on commit 6100ee4

Please sign in to comment.