Skip to content

Commit 9bdb64e

Browse files
committed
fix: add homepage/bugs metadata
1 parent 7b35fc3 commit 9bdb64e

9 files changed

Lines changed: 50 additions & 15 deletions

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,9 @@
189189
"patchedDependencies": {
190190
"@balazsorban/monorepo-release@0.5.1": "patches/@balazsorban__monorepo-release@0.5.1.patch"
191191
}
192+
},
193+
"homepage": "https://github.com/nextauthjs/next-auth",
194+
"bugs": {
195+
"url": "https://github.com/nextauthjs/next-auth/issues"
192196
}
193-
}
197+
}

packages/core/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
],
1616
"homepage": "https://authjs.dev",
1717
"repository": "https://github.com/nextauthjs/next-auth.git",
18-
"author": "Balázs Orbán <info@balazsorban.com>",
18+
"author": "Bal\u00e1zs Orb\u00e1n <info@balazsorban.com>",
1919
"contributors": [
20-
"Balázs Orbán <info@balazsorban.com>",
20+
"Bal\u00e1zs Orb\u00e1n <info@balazsorban.com>",
2121
"Nico Domino <yo@ndo.dev>",
2222
"Lluis Agusti <hi@llu.lu>",
2323
"Thang Huu Vu <hi@thvu.dev>",
@@ -110,5 +110,8 @@
110110
"postcss-nesting": "^12.1.5",
111111
"typedoc": "^0.25.12",
112112
"typedoc-plugin-markdown": "4.0.0-next.53"
113+
},
114+
"bugs": {
115+
"url": "https://github.com/nextauthjs/next-auth/issues"
113116
}
114-
}
117+
}

packages/frameworks-express/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,9 @@
6060
"Lachie Hill <lachiehill@gmail.com>"
6161
],
6262
"repository": "https://github.com/nextauthjs/next-auth",
63-
"license": "ISC"
64-
}
63+
"license": "ISC",
64+
"homepage": "https://github.com/nextauthjs/next-auth",
65+
"bugs": {
66+
"url": "https://github.com/nextauthjs/next-auth/issues"
67+
}
68+
}

packages/frameworks-qwik/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,8 @@
6363
"typescript": "^5.4.5",
6464
"vite-plugin-dts": "^4.5.4",
6565
"vite-plugin-static-copy": "^2.3.2"
66+
},
67+
"bugs": {
68+
"url": "https://github.com/nextauthjs/next-auth/issues"
6669
}
67-
}
70+
}

packages/frameworks-solid-start/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,8 @@
6666
"peerDependencies": {
6767
"solid-js": "^1.5.7",
6868
"solid-start": "^0.2.14"
69+
},
70+
"bugs": {
71+
"url": "https://github.com/nextauthjs/next-auth/issues"
6972
}
70-
}
73+
}

packages/frameworks-sveltekit/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"author": "Thang Huu Vu <hi@thvu.dev>",
2323
"contributors": [
2424
"Thang Huu Vu <hi@thvu.dev>",
25-
"Balázs Orbán <info@balazsorban.com>",
25+
"Bal\u00e1zs Orb\u00e1n <info@balazsorban.com>",
2626
"Nico Domino <yo@ndo.dev>",
2727
"Lluis Agusti <hi@llu.lu>",
2828
"Iain Collins <me@iaincollins.com>"
@@ -105,5 +105,8 @@
105105
"import": "./dist/providers/*.js"
106106
},
107107
"./package.json": "./package.json"
108+
},
109+
"bugs": {
110+
"url": "https://github.com/nextauthjs/next-auth/issues"
108111
}
109-
}
112+
}

packages/frameworks-template/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,9 @@
5151
"author": "",
5252
"contributors": [],
5353
"repository": "https://github.com/nextauthjs/next-auth",
54-
"license": "ISC"
55-
}
54+
"license": "ISC",
55+
"homepage": "https://github.com/nextauthjs/next-auth",
56+
"bugs": {
57+
"url": "https://github.com/nextauthjs/next-auth/issues"
58+
}
59+
}

packages/next-auth/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Authentication for Next.js",
55
"homepage": "https://nextjs.authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth.git",
7-
"author": "Balázs Orbán <info@balazsorban.com>",
7+
"author": "Bal\u00e1zs Orb\u00e1n <info@balazsorban.com>",
88
"contributors": [
99
"Iain Collins <me@iaincollins.com>",
1010
"Nico Domino <yo@ndo.dev>",
@@ -112,5 +112,8 @@
112112
"next": "15.5.18",
113113
"nodemailer": "^8.0.5",
114114
"react": "^18.2.0"
115+
},
116+
"bugs": {
117+
"url": "https://github.com/nextauthjs/next-auth/issues"
115118
}
116-
}
119+
}

packages/utils/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,13 @@
1010
"type": "module",
1111
"dependencies": {
1212
"unplugin-swc": "^1.4.4"
13+
},
14+
"homepage": "https://github.com/nextauthjs/next-auth",
15+
"bugs": {
16+
"url": "https://github.com/nextauthjs/next-auth/issues"
17+
},
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/nextauthjs/next-auth.git"
1321
}
14-
}
22+
}

0 commit comments

Comments
 (0)