Fixed interface not being correctly exported

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-04-20 10:07:10 +02:00
parent 3b6c5886ea
commit 00e61b370f
4 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "@tcgdex/sdk",
"version": "2.0.0-beta",
"main": "./tcgdex.js",
"types": "./tcgdex.d.ts",
"types": "./main.d.ts",
"repository": "https://github.com/tcgdex/javascript-sdk.git",
"license": "MIT",
"devDependencies": {