Skip to content

Commit 5f3f2a0

Browse files
committed
chore: set public project flag
1 parent 69d852e commit 5f3f2a0

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"name": "@aulasoftwarelibre/next-auth-firewall",
33
"version": "2.0.0",
44
"description": "Firewall for NextAuth",
5-
"repository": "https://github.com/aulasoftwarelibre/next-auth-firewall",
6-
"author": "Sergio Gómez <sergio@uco.es>",
5+
"author": "Sergio Gómez <decano@gmail.com>",
76
"license": "EUPL-1.2",
87
"main": "./dist/index.js",
98
"module": "./dist/index.mjs",
@@ -58,5 +57,16 @@
5857
"typescript-eslint": "^8.11.0",
5958
"vitest": "^2.1.3"
6059
},
61-
"packageManager": "pnpm@9.12.3"
60+
"packageManager": "pnpm@9.12.3",
61+
"publishConfig": {
62+
"access": "public"
63+
},
64+
"homepage": "https://github.com/aulasoftwarelibre/next-auth-firewall",
65+
"repository": {
66+
"type": "git",
67+
"url": "git+https://github.com/aulasoftwarelibre/next-auth-firewall.git"
68+
},
69+
"bugs": {
70+
"url": "https://github.com/aulasoftwarelibre/next-auth-firewall/issues"
71+
}
6272
}

0 commit comments

Comments
 (0)