fix: add repository field to package.jsons (#2032)

This commit is contained in:
Brandon Keiji
2025-06-26 22:36:34 +00:00
committed by GitHub
parent 560905154c
commit d9892ada7f
7 changed files with 64 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
"name": "@google/gemini-cli-core",
"version": "0.1.5",
"description": "Gemini CLI Server",
"repository": "google-gemini/gemini-cli",
"type": "module",
"main": "dist/index.js",
"scripts": {