Sync with v9

This commit is contained in:
sladecraven 2021-12-28 10:55:01 +01:00
parent c918895334
commit c3d57beb10
1 changed files with 7 additions and 6 deletions

View File

@ -6,9 +6,9 @@
"authors": [], "authors": [],
"url": "https://gitlab.com/LeRatierBretonnien/wfrp4e-ubersreik", "url": "https://gitlab.com/LeRatierBretonnien/wfrp4e-ubersreik",
"flags": {}, "flags": {},
"version": "0.2.0", "version": "0.3.0",
"minimumCoreVersion": "0.6.0", "minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.8.8", "compatibleCoreVersion": "9",
"scripts": [], "scripts": [],
"esmodules": [], "esmodules": [],
"styles": [], "styles": [],
@ -22,7 +22,7 @@
"packs": [ "packs": [
{ {
"label": "Ubersreik - Bâtiments et Lieux", "label": "Ubersreik - Bâtiments et Lieux",
"entity": "Scene", "type": "Scene",
"name": "ubersreik-batiments-et-lieux", "name": "ubersreik-batiments-et-lieux",
"path": "./packs/ubersreik-batiments-et-lieux.db", "path": "./packs/ubersreik-batiments-et-lieux.db",
"package": "wfrp4e-ubersreik-maps", "package": "wfrp4e-ubersreik-maps",
@ -30,7 +30,7 @@
}, },
{ {
"label": "Ubersreik Maps", "label": "Ubersreik Maps",
"entity": "JournalEntry", "type": "JournalEntry",
"name": "ubersreik-maps", "name": "ubersreik-maps",
"path": "./packs/ubersreik-maps.db", "path": "./packs/ubersreik-maps.db",
"package": "wfrp4e-ubersreik-maps", "package": "wfrp4e-ubersreik-maps",
@ -43,5 +43,6 @@
"manifest": "https://gitlab.com/LeRatierBretonnien/wfrp4e-ubersreik/raw/master/module.json", "manifest": "https://gitlab.com/LeRatierBretonnien/wfrp4e-ubersreik/raw/master/module.json",
"download": "https://gitlab.com/LeRatierBretonnien/wfrp4e-ubersreik/-/archive/master/wfrp4e-ubersreik.zip", "download": "https://gitlab.com/LeRatierBretonnien/wfrp4e-ubersreik/-/archive/master/wfrp4e-ubersreik.zip",
"protected": false, "protected": false,
"coreTranslation": false "coreTranslation": false,
} "library": false
}