Skip to content

Commit 9b4d548

Browse files
committed
chore: Refactor repository and author fields in package.json for better structure
1 parent 7589d79 commit 9b4d548

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

packages/payload-authjs/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@
33
"version": "0.8.2",
44
"type": "module",
55
"description": "A Payload CMS 3 plugin for Auth.js 5",
6-
"repository": "git@github.com:CrawlerCode/payload-authjs.git",
7-
"author": "crawlercode@outlook.de",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/CrawlerCode/payload-authjs.git",
9+
"directory": "packages/payload-authjs"
10+
},
11+
"author": {
12+
"name": "CrawlerCode",
13+
"email": "crawlercode@outlook.de",
14+
"url": "https://github.com/CrawlerCode"
15+
},
816
"license": "MIT",
917
"main": "dist/index.js",
1018
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)