mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-06-16 21:09:19 +00:00
Fixed browser context and header error
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "@tcgdex/sdk",
|
||||
"version": "2.3.0-beta.1",
|
||||
"main": "./dist/cjs/tcgdex.js",
|
||||
"module": "./dist/modules/tcgdex.js",
|
||||
"main": "./dist/cjs/tcgdex.node.js",
|
||||
"module": "./dist/modules/tcgdex.node.js",
|
||||
"types": "./dist/types/tcgdex.d.ts",
|
||||
"repository": "https://github.com/tcgdex/javascript-sdk.git",
|
||||
"license": "MIT",
|
||||
|
Reference in New Issue
Block a user