mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
fix: add repository field to package.jsons (#2032)
This commit is contained in:
parent
560905154c
commit
d9892ada7f
7 changed files with 64 additions and 3 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"name": "@google/gemini-cli",
|
||||
"version": "0.1.5",
|
||||
"description": "Gemini CLI",
|
||||
"repository": "google-gemini/gemini-cli",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
|
@ -25,7 +26,7 @@
|
|||
"dist"
|
||||
],
|
||||
"config": {
|
||||
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.1"
|
||||
"sandboxImageUri": "gemini-cli-sandbox"
|
||||
},
|
||||
"dependencies": {
|
||||
"@google/gemini-cli-core": "*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue