chore: V10 compat
This commit is contained in:
36
module.json
36
module.json
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user