Skip to content

Commit 26af3b0

Browse files
authored
bump: 2.6 BETA.2 (#276)
1 parent bf54ab3 commit 26af3b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tcgdex/sdk",
3-
"version": "2.6.0-beta.1",
3+
"version": "2.6.0-beta.2",
44
"main": "./dist/tcgdex.node.js",
55
"module": "./dist/tcgdex.node.mjs",
66
"types": "./dist/tcgdex.node.d.ts",
@@ -58,7 +58,7 @@
5858
},
5959
"scripts": {
6060
"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",
61+
"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",
6262
"prepublishOnly": "npm run build",
6363
"lint": "eslint",
6464
"test": "jest --coverage"

0 commit comments

Comments
 (0)