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