From d06a9b6397ae7f0a99e4738e10270fadb4a8da10 Mon Sep 17 00:00:00 2001 From: Louis Orleans Date: Tue, 26 May 2026 12:00:08 -0700 Subject: [PATCH] Update repository URLs in package.json --- core/packages/google-auth-library-nodejs/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/packages/google-auth-library-nodejs/package.json b/core/packages/google-auth-library-nodejs/package.json index 7ea5bf016223..6caea39199bf 100644 --- a/core/packages/google-auth-library-nodejs/package.json +++ b/core/packages/google-auth-library-nodejs/package.json @@ -10,8 +10,8 @@ "types": "./build/src/index.d.ts", "repository": { "type": "git", - "directory": "packages/google-auth-library-nodejs", - "url": "https://github.com/googleapis/google-cloud-node-core.git" + "directory": "core/packages/google-auth-library-nodejs", + "url": "https://github.com/googleapis/google-cloud-node.git" }, "keywords": [ "google", @@ -88,5 +88,5 @@ "prelint": "cd samples; npm link ../; npm install" }, "license": "Apache-2.0", - "homepage": "https://github.com/googleapis/google-cloud-node-core/tree/main/packages/google-auth-library-nodejs" + "homepage": "https://github.com/googleapis/google-cloud-node/tree/main/core/packages/google-auth-library-nodejs" }