Fix a circular dependency (#2246)

Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
Xi Chen 2025-06-27 16:59:47 -04:00 committed by GitHub
parent 8d1d40cc7a
commit d35e7d3eb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

3
package-lock.json generated
View File

@ -10,9 +10,6 @@
"workspaces": [
"packages/*"
],
"dependencies": {
"@google/gemini-cli": "^0.1.1"
},
"bin": {
"gemini": "bundle/gemini.js"
},

View File

@ -84,7 +84,5 @@
"typescript-eslint": "^8.30.1",
"yargs": "^17.7.2"
},
"dependencies": {
"@google/gemini-cli": "^0.1.1"
}
"dependencies": {}
}