Skip to content

Commit 40491b9

Browse files
AliceLJYclaude
andcommitted
fix: make start.js executable and fix bin path for npm
- chmod +x start.js (needed for npx/bunx binary) - Remove leading ./ from bin path - Bump to 3.1.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6cef2eb commit 40491b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "telegram-ai-bridge",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Run one local AI coding agent behind one Telegram bot.",
55
"type": "module",
66
"main": "bridge.js",
77
"bin": {
8-
"telegram-ai-bridge": "./start.js"
8+
"telegram-ai-bridge": "start.js"
99
},
1010
"files": [
1111
"start.js",

start.js

100644100755
File mode changed.

0 commit comments

Comments
 (0)