We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf54ab3 commit 26af3b0Copy full SHA for 26af3b0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tcgdex/sdk",
3
- "version": "2.6.0-beta.1",
+ "version": "2.6.0-beta.2",
4
"main": "./dist/tcgdex.node.js",
5
"module": "./dist/tcgdex.node.mjs",
6
"types": "./dist/tcgdex.node.d.ts",
@@ -58,7 +58,7 @@
58
},
59
"scripts": {
60
"prebuild": "node scripts/export-version-number.js",
61
- "build": "tsup ./src/tcgdex.node.ts --format cjs,esm --dts --clean && tsup ./src/tcgdex.browser.ts --format iife --global-name TCGdex --sourcemap",
+ "build": "rm -r dist && tsup ./src/tcgdex.node.ts --format cjs,esm --dts --clean && tsup ./src/tcgdex.browser.ts --format iife --global-name TCGdex --sourcemap",
62
"prepublishOnly": "npm run build",
63
"lint": "eslint",
64
"test": "jest --coverage"
0 commit comments