From 5f3f2a03ef1d47b7e8f85adcb24979842684034a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Go=CC=81mez=20Bachiller?= Date: Fri, 29 Nov 2024 21:20:27 +0100 Subject: [PATCH] chore: set public project flag --- package.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f0e152c..6335e1c 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,7 @@ "name": "@aulasoftwarelibre/next-auth-firewall", "version": "2.0.0", "description": "Firewall for NextAuth", - "repository": "https://github.com/aulasoftwarelibre/next-auth-firewall", - "author": "Sergio Gómez ", + "author": "Sergio Gómez ", "license": "EUPL-1.2", "main": "./dist/index.js", "module": "./dist/index.mjs", @@ -58,5 +57,16 @@ "typescript-eslint": "^8.11.0", "vitest": "^2.1.3" }, - "packageManager": "pnpm@9.12.3" + "packageManager": "pnpm@9.12.3", + "publishConfig": { + "access": "public" + }, + "homepage": "https://github.com/aulasoftwarelibre/next-auth-firewall", + "repository": { + "type": "git", + "url": "git+https://github.com/aulasoftwarelibre/next-auth-firewall.git" + }, + "bugs": { + "url": "https://github.com/aulasoftwarelibre/next-auth-firewall/issues" + } }