Skip to content

Commit 247ec8f

Browse files
committed
chore: fix package format
1 parent 727b5b4 commit 247ec8f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "nuxt-auth-utils",
33
"version": "0.5.1",
44
"description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
5-
"repository": "atinux/nuxt-auth-utils",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/atinux/nuxt-auth-utils.git"
8+
},
69
"license": "MIT",
710
"type": "module",
811
"packageManager": "pnpm@9.12.3",

0 commit comments

Comments
 (0)