mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-04-22 10:42:10 +00:00
Fixed interface not being correctly exported
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
3b6c5886ea
commit
00e61b370f
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,4 +4,5 @@ node_modules
|
||||
*.js
|
||||
*.d.ts
|
||||
!interfaces.d.ts
|
||||
!main.d.ts
|
||||
test.ts
|
||||
|
4
main.d.ts
vendored
Normal file
4
main.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import TCGdex from './tcgdex'
|
||||
export * from './interfaces'
|
||||
|
||||
export default TCGdex
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user