mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
fix: prepublish changes to package names (#1420)
This commit is contained in:
parent
a3c46c0d31
commit
f6c36f75e3
67 changed files with 129 additions and 122 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@gemini-cli/cli",
|
||||
"name": "@google/gemini-cli",
|
||||
"version": "0.1.0",
|
||||
"description": "Gemini CLI",
|
||||
"type": "module",
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"typecheck": "tsc --noEmit",
|
||||
"prerelease:version": "node ../../scripts/bind_package_version.js",
|
||||
"prerelease:deps": "node ../../scripts/bind_package_dependencies.js",
|
||||
"prepublishOnly": "npm publish --workspace=@gemini-cli/core",
|
||||
"prepublishOnly": "npm publish --workspace=@google/gemini-cli-core",
|
||||
"prepack": "npm run build"
|
||||
},
|
||||
"files": [
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
"sandboxImageUri": "gemini-cli-sandbox"
|
||||
},
|
||||
"dependencies": {
|
||||
"@gemini-cli/core": "file:../core",
|
||||
"@google/gemini-cli-core": "0.1.0",
|
||||
"@types/update-notifier": "^6.0.8",
|
||||
"command-exists": "^1.2.9",
|
||||
"diff": "^7.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue