mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
refactor: shorten 'gemini' binary name (#329)
This commit is contained in:
parent
61ccd4f33a
commit
8da7a71d9a
3 changed files with 11 additions and 10 deletions
|
|
@ -5,7 +5,8 @@
|
|||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
"gemini-code": "dist/index.js"
|
||||
"gemini-code": "dist/index.js",
|
||||
"gemini": "dist/index.js"
|
||||
},
|
||||
"image": "us-west1-docker.pkg.dev/gemini-code-dev/gemini-code-containers/gemini-code-cli",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue