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