1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +00:00

Moved expansions files to better name

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-02-12 00:21:41 +01:00
parent 87a25d2319
commit 26a1e74210
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16
7 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,11 @@ const set: Expansion = {
en: "Sword & Shield",
fr: "Épée & Bouclier",
},
code: "swsh"
code: "swsh",
sets: [
"swshp",
"swsh1",
]
}
export default set