From f3b61af26229db6507b22153ee70bde299782bed Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Mon, 15 Jun 2026 18:28:49 +0000 Subject: [PATCH] chore: fix repository shorthand and add bugs metadata --- packages/next-auth/package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/next-auth/package.json b/packages/next-auth/package.json index 21a960e480..c8d745dd7d 100644 --- a/packages/next-auth/package.json +++ b/packages/next-auth/package.json @@ -3,7 +3,13 @@ "version": "5.0.0-beta.31", "description": "Authentication for Next.js", "homepage": "https://nextjs.authjs.dev", - "repository": "https://github.com/nextauthjs/next-auth.git", + "repository": { + "type": "git", + "url": "git+https://github.com/nextauthjs/next-auth.git" + }, + "bugs": { + "url": "https://github.com/nextauthjs/next-auth/issues" + }, "author": "Balázs Orbán ", "contributors": [ "Iain Collins ",