Skip to content

Commit

Permalink
bump: 2.6 BETA.2 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviortheking authored Oct 16, 2024
1 parent bf54ab3 commit 26af3b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcgdex/sdk",
"version": "2.6.0-beta.1",
"version": "2.6.0-beta.2",
"main": "./dist/tcgdex.node.js",
"module": "./dist/tcgdex.node.mjs",
"types": "./dist/tcgdex.node.d.ts",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"scripts": {
"prebuild": "node scripts/export-version-number.js",
"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",
"prepublishOnly": "npm run build",
"lint": "eslint",
"test": "jest --coverage"
Expand Down

0 comments on commit 26af3b0

Please sign in to comment.