We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b35fc3 commit f3b61afCopy full SHA for f3b61af
1 file changed
packages/next-auth/package.json
@@ -3,7 +3,13 @@
3
"version": "5.0.0-beta.31",
4
"description": "Authentication for Next.js",
5
"homepage": "https://nextjs.authjs.dev",
6
- "repository": "https://github.com/nextauthjs/next-auth.git",
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/nextauthjs/next-auth.git"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/nextauthjs/next-auth/issues"
12
13
"author": "Balázs Orbán <info@balazsorban.com>",
14
"contributors": [
15
"Iain Collins <me@iaincollins.com>",
0 commit comments