Skip to content

Commit

Permalink
chore: set public project flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Nov 29, 2024
1 parent 69d852e commit 5f3f2a0
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"author": "Sergio Gómez <[email protected]>",
"license": "EUPL-1.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -58,5 +57,16 @@
"typescript-eslint": "^8.11.0",
"vitest": "^2.1.3"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"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"
}
}

0 comments on commit 5f3f2a0

Please sign in to comment.