Skip to content

Commit f3b61af

Browse files
author
Hermes Agent
committed
chore: fix repository shorthand and add bugs metadata
1 parent 7b35fc3 commit f3b61af

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

packages/next-auth/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
"version": "5.0.0-beta.31",
44
"description": "Authentication for Next.js",
55
"homepage": "https://nextjs.authjs.dev",
6-
"repository": "https://github.com/nextauthjs/next-auth.git",
6+
"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+
},
713
"author": "Balázs Orbán <info@balazsorban.com>",
814
"contributors": [
915
"Iain Collins <me@iaincollins.com>",

0 commit comments

Comments
 (0)