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",
"description": "Functions to print actor sheet",
"version": "${MODULE_VERSION}",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "9",
"author": "Skeroujvapluvit",
"systems": ["wfrp4e"],
"dependencies": [],
"compatibility": {
"minimum": "10",
"verified": "10.287",
"maximum": "10"
},
"authors": [
{
"name": "Skeroujvapluvit",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "wfrp4e",
"type": "system",
"compatibility": {
"verified": "6.1.4"
}
}
],
"requires": []
},
"esmodules": ["main.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
"path": "lang/en.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
"path": "lang/fr.json",
"flags": {}
}
],
"styles": ["./styles/main.css"],