Skip to content

Commit

Permalink
publishing updated
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCodes95 committed Aug 20, 2024
1 parent fd77a97 commit 621a161
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
{
"name": "@codythatsme/clicksend-sdk",
"module": "src/index.ts",
"version": "1.0.2",
"type": "module",
"scripts": {
"dev": "bun src/index.ts",
"bump": "npm version patch --no-git-tag-version",
"prebuild": "npm run bump",
"build": "tsc --p ./tsconfig-build.json && vite build",
"build": "tsc && tsup src/index.ts --dts --format esm,cjs",
"lint": "eslint src --ext .ts,.tsx",
"format": "prettier --write src",
"prepublish": "npm run bump && bun run build",
"publish": "npm publish --access public"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"@types/bun": "latest",
"tsup": "^8.2.4",
"@types/eslint": "^8.56.2",
"@types/node": "^20.8.3",
"eslint-config-prettier": "^9.1.0",
Expand Down

0 comments on commit 621a161

Please sign in to comment.