1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

Fixed Test

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-03-16 21:25:42 +01:00
parent f0b3415b12
commit a44b94c854
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16
2 changed files with 8 additions and 0 deletions

View File

@ -12,5 +12,8 @@
"dependencies": {
"@tcgdex/sdk": "^1.0.4",
"typescript": "^3.7.5"
},
"devDependencies": {
"@types/node": "^13.9.1"
}
}

View File

@ -9,6 +9,11 @@
dependencies:
isomorphic-unfetch "^3.0.0"
"@types/node@^13.9.1":
version "13.9.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.1.tgz#96f606f8cd67fb018847d9b61e93997dabdefc72"
integrity sha512-E6M6N0blf/jiZx8Q3nb0vNaswQeEyn0XlupO+xN6DtJ6r6IT4nXrTry7zhIfYvFCl3/8Cu6WIysmUBKiqV0bqQ==
isomorphic-unfetch@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/isomorphic-unfetch/-/isomorphic-unfetch-3.0.0.tgz#de6d80abde487b17de2c400a7ef9e5ecc2efb362"