Fixed browser context and header error

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-22 17:11:01 +02:00
parent f19298e20d
commit efe5957946
3 changed files with 4 additions and 6 deletions

View File

@ -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",