From 28e88609afcb0fe2ed777e2c71c8ee5ee4112fa7 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Sat, 6 Dec 2025 01:22:05 -0800 Subject: [PATCH] chore: update repository URLs in package.json (#6561) --- packages/better-auth/package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- packages/expo/package.json | 2 +- packages/passkey/package.json | 2 +- packages/scim/package.json | 2 +- packages/sso/package.json | 2 +- packages/stripe/package.json | 2 +- packages/telemetry/package.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/better-auth/package.json b/packages/better-auth/package.json index 8a89cf19e1..22d94e2b07 100644 --- a/packages/better-auth/package.json +++ b/packages/better-auth/package.json @@ -7,7 +7,7 @@ "homepage": "https://better-auth.com", "repository": { "type": "git", - "url": "https://github.com/better-auth/better-auth", + "url": "git+https://github.com/better-auth/better-auth.git", "directory": "packages/better-auth" }, "keywords": [ diff --git a/packages/cli/package.json b/packages/cli/package.json index f29f306296..76bf81330f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -6,7 +6,7 @@ "module": "dist/index.mjs", "repository": { "type": "git", - "url": "https://github.com/better-auth/better-auth", + "url": "git+https://github.com/better-auth/better-auth.git", "directory": "packages/cli" }, "homepage": "https://www.better-auth.com/docs/concepts/cli", diff --git a/packages/core/package.json b/packages/core/package.json index b43bf74c76..069fde0b90 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -5,7 +5,7 @@ "type": "module", "repository": { "type": "git", - "url": "https://github.com/better-auth/better-auth", + "url": "git+https://github.com/better-auth/better-auth.git", "directory": "packages/core" }, "main": "./dist/index.mjs", diff --git a/packages/expo/package.json b/packages/expo/package.json index 4774eee6f0..414b77529e 100644 --- a/packages/expo/package.json +++ b/packages/expo/package.json @@ -8,7 +8,7 @@ "types": "dist/index.d.mts", "repository": { "type": "git", - "url": "https://github.com/better-auth/better-auth", + "url": "git+https://github.com/better-auth/better-auth.git", "directory": "packages/expo" }, "homepage": "https://www.better-auth.com/docs/integrations/expo", diff --git a/packages/passkey/package.json b/packages/passkey/package.json index 33fda5ac89..c7225fd963 100644 --- a/packages/passkey/package.json +++ b/packages/passkey/package.json @@ -61,7 +61,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/better-auth/better-auth", + "url": "git+https://github.com/better-auth/better-auth.git", "directory": "packages/passkey" }, "homepage": "https://www.better-auth.com/docs/plugins/passkey", diff --git a/packages/scim/package.json b/packages/scim/package.json index d819ea5415..0f4c699b66 100644 --- a/packages/scim/package.json +++ b/packages/scim/package.json @@ -8,7 +8,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/better-auth/better-auth", + "url": "git+https://github.com/better-auth/better-auth.git", "directory": "packages/scim" }, "keywords": [ diff --git a/packages/sso/package.json b/packages/sso/package.json index 9b1249ce30..4b5af7ea9c 100644 --- a/packages/sso/package.json +++ b/packages/sso/package.json @@ -8,7 +8,7 @@ "homepage": "https://www.better-auth.com/docs/plugins/sso", "repository": { "type": "git", - "url": "https://github.com/better-auth/better-auth", + "url": "git+https://github.com/better-auth/better-auth.git", "directory": "packages/sso" }, "license": "MIT", diff --git a/packages/stripe/package.json b/packages/stripe/package.json index 69bda5399f..a91eb464c5 100644 --- a/packages/stripe/package.json +++ b/packages/stripe/package.json @@ -9,7 +9,7 @@ "homepage": "https://www.better-auth.com/docs/plugins/stripe", "repository": { "type": "git", - "url": "https://github.com/better-auth/better-auth", + "url": "git+https://github.com/better-auth/better-auth.git", "directory": "packages/stripe" }, "keywords": [ diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index 505b739a12..8e5d1e348f 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -5,7 +5,7 @@ "type": "module", "repository": { "type": "git", - "url": "https://github.com/better-auth/better-auth", + "url": "git+https://github.com/better-auth/better-auth.git", "directory": "packages/telemetry" }, "main": "./dist/index.mjs",