Skip to content

Commit 16c2fce

Browse files
authored
chore(sveltekit): add directory to repository info (#11177)
* chore(sveltekit): add directory to repository info * tabs to spaces
1 parent 2b1bdce commit 16c2fce

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/frameworks-sveltekit/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
],
1515
"license": "ISC",
1616
"homepage": "https://sveltekit.authjs.dev",
17-
"repository": "https://github.com/nextauthjs/next-auth.git",
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/nextauthjs/next-auth",
20+
"directory": "packages/frameworks-sveltekit"
21+
},
1822
"author": "Thang Huu Vu <[email protected]>",
1923
"contributors": [
2024
"Thang Huu Vu <[email protected]>",

0 commit comments

Comments
 (0)