Skip to content

Commit 6f0a6d6

Browse files
committed
npm-app: Add 'cb' as bin
1 parent 6524699 commit 6f0a6d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

npm-app/release/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "AI coding agent",
55
"license": "MIT",
66
"bin": {
7-
"codebuff": "index.js"
7+
"codebuff": "index.js",
8+
"cb": "index.js"
89
},
910
"scripts": {
1011
"preuninstall": "node -e \"const fs = require('fs'); const path = require('path'); const os = require('os'); const binaryPath = path.join(os.homedir(), '.config', 'manicode', process.platform === 'win32' ? 'codebuff.exe' : 'codebuff'); try { fs.unlinkSync(binaryPath) } catch (e) { /* ignore if file doesn't exist */ }\""

0 commit comments

Comments
 (0)