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",