Skip to content

Commit

Permalink
feat: Add "@types/bun" to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ATQQ committed Mar 30, 2024
1 parent 105e594 commit 7830154
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 277 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@types/bun": "^1.0.11",
"@types/node": "^20",
"@typescript-eslint/parser": "^6.19.0",
"dotenv": "^10.0.0",
Expand All @@ -29,8 +30,7 @@
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.3.3",
"vite": "^2.9.12"
"typescript": "^5.3.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/deploy.mjs → packages/client/deploy.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env zx
import { $ } from 'bun'

// user config
const originName = 'imgbed'
Expand Down
Loading

0 comments on commit 7830154

Please sign in to comment.