New try with ESM

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-07-19 14:44:58 +02:00
parent 7c253c98d7
commit ad4ad553a4
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
"name": "@tcgdex/sdk",
"version": "2.4.2",
"main": "./dist/cjs/tcgdex.node.js",
"module": "./dist/modules/tcgdex.node.js",
"types": "./dist/types/tcgdex.d.ts",
"description": "Communicate with the Open Source TCGdex API in Javascript/Typescript using the SDK",
"repository": "https://github.com/tcgdex/javascript-sdk.git",