Skip to content

Commit

Permalink
build: set version of telegraf directly to git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Sep 27, 2023
1 parent 4911588 commit 92ca539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"lint": "tsc --noEmit && eslint --fix src/",
"build": "tsc",
"start": "bun run ./src/main.ts",
"generate": "drizzle-kit generate:pg"
"generate": "drizzle-kit generate:pg",
"push": "drizzle-kit push:pg"
},
"keywords": [],
"author": "",
Expand All @@ -20,7 +21,7 @@
"date-fns": "^2.30.0",
"drizzle-orm": "^0.28.6",
"postgres": "^3.3.5",
"telegraf": "^4.14.0"
"telegraf": "git+https://github.com/telegraf/telegraf.git"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.3",
Expand Down

0 comments on commit 92ca539

Please sign in to comment.