chore: V10 compat

This commit is contained in:
Matthieu CAILLEAUX
2022-10-07 14:53:03 +02:00
parent a0fffb6cf7
commit c3c4027511

View File

@@ -1,24 +1,44 @@
{ {
"name": "wfrp4e-actor-sheet-print", "id": "wfrp4e-actor-sheet-print",
"title": "[WFRP4] Actor Sheet Print", "title": "[WFRP4] Actor Sheet Print",
"description": "Functions to print actor sheet", "description": "Functions to print actor sheet",
"version": "${MODULE_VERSION}", "version": "${MODULE_VERSION}",
"minimumCoreVersion": "0.8.0", "compatibility": {
"compatibleCoreVersion": "9", "minimum": "10",
"author": "Skeroujvapluvit", "verified": "10.287",
"systems": ["wfrp4e"], "maximum": "10"
"dependencies": [], },
"authors": [
{
"name": "Skeroujvapluvit",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "wfrp4e",
"type": "system",
"compatibility": {
"verified": "6.1.4"
}
}
],
"requires": []
},
"esmodules": ["main.js"], "esmodules": ["main.js"],
"languages": [ "languages": [
{ {
"lang": "en", "lang": "en",
"name": "English", "name": "English",
"path": "lang/en.json" "path": "lang/en.json",
"flags": {}
}, },
{ {
"lang": "fr", "lang": "fr",
"name": "Français", "name": "Français",
"path": "lang/fr.json" "path": "lang/fr.json",
"flags": {}
} }
], ],
"styles": ["./styles/main.css"], "styles": ["./styles/main.css"],