Skip to content

Commit

Permalink
fix(registry): Remove publishConfig from package.json
Browse files Browse the repository at this point in the history
Removed the "publishConfig" section from the package.json file. The configuration was related to publishing to npm, but this application is not intended to be public or published to npm.
  • Loading branch information
Theshedman committed Nov 24, 2023
1 parent c6ca9b6 commit 2beab2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
"policy"
],
"packageManager": "npm@10.2.4",
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Theshedman/password-validator.js.git"
Expand Down

0 comments on commit 2beab2b

Please sign in to comment.