summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXi Chen <[email protected]>2025-06-27 16:59:47 -0400
committerGitHub <[email protected]>2025-06-27 20:59:47 +0000
commitd35e7d3eb1a46b90bf9044d58b9048962becf672 (patch)
treef35a24855cfa1e17007deb5d71dd5a7bef4792cb /package.json
parent8d1d40cc7a716f62b5909f788c998c876170eb49 (diff)
Fix a circular dependency (#2246)
Co-authored-by: Scott Densmore <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json
index 11fb2c95..c755072b 100644
--- a/package.json
+++ b/package.json
@@ -84,7 +84,5 @@
"typescript-eslint": "^8.30.1",
"yargs": "^17.7.2"
},
- "dependencies": {
- "@google/gemini-cli": "^0.1.1"
- }
+ "dependencies": {}
}