v1.0.2
continuous-integration/drone/push Build was killed Details
continuous-integration/drone Build is passing Details

pull/6/head v1.0.2-testing
dmitry.kirdyashkin 2023-07-24 22:01:25 +03:00
parent 618052bde4
commit 3d21a7967b
1 changed files with 8 additions and 8 deletions

View File

@ -20,21 +20,21 @@
"download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/module.zip", "download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/module.zip",
"packs": [ "packs": [
{ {
"name": "sc-items", "name": "sc-backgrounds",
"label": "sc items", "label": "sc backgrounds",
"path": "packs/sc-items.db", "path": "packs/sc-backgrounds.db",
"entity": "Item", "entity": "Item",
"type": "Item", "type": "Item",
"module": "shared-compendia-items", "module": "shared-compendia-backgrounds",
"system": "dnd5e" "system": "dnd5e"
}, },
{ {
"name": "sc-items-aota", "name": "sc-background-features",
"label": "arcana of the ancients items", "label": "sc background features",
"path": "packs/sc-items-aota.db", "path": "packs/sc-background-features.db",
"entity": "Item", "entity": "Item",
"type": "Item", "type": "Item",
"module": "shared-compendia-items", "module": "shared-compendia-backgrounds",
"system": "dnd5e" "system": "dnd5e"
} }
] ]