mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 08:56:40 -05:00
chore: update repository URLs in package.json (#6561)
This commit is contained in:
committed by
github-actions[bot]
parent
71ca246de9
commit
28e88609af
@@ -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": [
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user