We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6524699 commit 6f0a6d6Copy full SHA for 6f0a6d6
npm-app/release/package.json
@@ -4,7 +4,8 @@
4
"description": "AI coding agent",
5
"license": "MIT",
6
"bin": {
7
- "codebuff": "index.js"
+ "codebuff": "index.js",
8
+ "cb": "index.js"
9
},
10
"scripts": {
11
"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