mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 22:14:52 -07:00
Fix package issue breaking noninteractive CLI commands (#9174)
This commit is contained in:
+4
-1
@@ -109,7 +109,10 @@
|
||||
"node-pty": "^1.0.0"
|
||||
},
|
||||
"overrides": {
|
||||
"wrap-ansi": "9.0.2"
|
||||
"wrap-ansi": "9.0.2",
|
||||
"cliui": {
|
||||
"wrap-ansi": "7.0.0"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx}": [
|
||||
|
||||
Reference in New Issue
Block a user