chore: update repository URLs in package.json (#6561)

This commit is contained in:
Alex Yang
2025-12-06 01:22:05 -08:00
committed by github-actions[bot]
parent 71ca246de9
commit 28e88609af
9 changed files with 9 additions and 9 deletions

View File

@@ -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": [

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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": [

View File

@@ -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",

View File

@@ -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": [

View File

@@ -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",