mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 19:44:30 -07:00
fix: point npmrc to dogfood artifact registry (#108)
This commit is contained in:
+4
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gemini-code",
|
||||
"version": "1.0.0",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"workspaces": [
|
||||
@@ -17,7 +17,8 @@
|
||||
"typecheck": "tsc --noEmit --jsx react",
|
||||
"format": "prettier --write .",
|
||||
"preflight": "npm run format --workspaces --if-present && npm run lint --workspaces --if-present && npm run test --workspaces --if-present",
|
||||
"artifactregistry-login": "npx google-artifactregistry-auth"
|
||||
"artifactregistry-login": "npx google-artifactregistry-auth",
|
||||
"stage": "npm run stage:version --workspaces && npm run stage:deps --workspaces"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^9.24.0",
|
||||
@@ -27,6 +28,7 @@
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"globals": "^16.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"prettier": "^3.5.3",
|
||||
"typescript-eslint": "^8.30.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user