Add license field into package.json (#14473)

This commit is contained in:
jb-perez
2025-12-12 12:31:46 -08:00
committed by GitHub
parent 6dea66f1f5
commit d2a1a45646
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
"name": "@google/gemini-cli",
"version": "0.21.0-nightly.20251211.8c83e1ea9",
"description": "Gemini CLI",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/google-gemini/gemini-cli.git"

View File

@@ -2,6 +2,7 @@
"name": "@google/gemini-cli-core",
"version": "0.21.0-nightly.20251211.8c83e1ea9",
"description": "Gemini CLI Core",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/google-gemini/gemini-cli.git"