Skip to content

Commit

Permalink
Update manifest for Foundry v10
Browse files Browse the repository at this point in the history
  • Loading branch information
mhilbrunner committed Oct 22, 2022
1 parent ec7581f commit 239c1c8
Showing 1 changed file with 47 additions and 15 deletions.
62 changes: 47 additions & 15 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
{
"id": "FoundryVTT-dnd5e-DE",
"name": "FoundryVTT-dnd5e-DE",
"title": "DnD5e German Translation (Deutsch)",
"description": "German language support for the D&D5e system",
"author": "mhilbrunner",
"authors": [],
"authors": [
{
"name": "mhilbrunner",
"url": "https://github.com/mhilbrunner"
}
],
"url": "https://github.com/mhilbrunner/foundryvtt-dnd5e-lang-de",
"flags": {},
"version": "1.6.0",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "9",
"version": "1.7.0",
"minimumCoreVersion": "10",
"compatibility": {
"minimum": 10,
"verified": 10
},
"scripts": [],
"esmodules": [
"dnd5e-de.js"
Expand All @@ -22,9 +29,6 @@
}
],
"packs": [],
"system": [
"dnd5e"
],
"dependencies": [
{
"name": "lang-de",
Expand All @@ -39,11 +43,39 @@
"type": "module"
}
],
"socket": false,
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"manifest": "https://github.com/foundryvtt/dnd5e/releases/download/release-2.0.3/system.json",
"compatibility": {
"minimum": "2.0.3",
"verified": "2.0.3"
}
}
],
"requires": [
{
"id": "babele",
"type": "module",
"manifest": "https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json",
"compatibility": {
"minimum": "2.3.2",
"verified": "2.3.2"
}
},
{
"id": "lang-de",
"type": "module",
"manifest": "https://gitlab.com/henry4k/foundryvtt-lang-de/-/raw/master/module.json",
"compatibility": {
"minimum": "10.288",
"verified": "10.288"
}
}
]
},
"manifest": "https://github.com/mhilbrunner/foundryvtt-dnd5e-lang-de/releases/latest/download/module.json",
"download": "https://github.com/mhilbrunner/foundryvtt-dnd5e-lang-de/releases/download/1.6.0/module.zip",
"protected": false,
"coreTranslation": false,
"minimumSystemVersion": "1.2.4",
"library": false
"download": "https://github.com/mhilbrunner/foundryvtt-dnd5e-lang-de/releases/download/1.7.0/module.zip"
}

0 comments on commit 239c1c8

Please sign in to comment.