From 247ec8f47be66c0cf6fb8ef835e93ed39213c1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Thu, 31 Oct 2024 10:16:59 +0000 Subject: [PATCH] chore: fix package format --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 615e1a78..7f81a363 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,10 @@ "name": "nuxt-auth-utils", "version": "0.5.1", "description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.", - "repository": "atinux/nuxt-auth-utils", + "repository": { + "type": "git", + "url": "git+https://github.com/atinux/nuxt-auth-utils.git" + }, "license": "MIT", "type": "module", "packageManager": "pnpm@9.12.3",