Skip to content

Commit

Permalink
ci(package.json): update registry in publishConfig
Browse files Browse the repository at this point in the history
This commit replaces the specific "@suddenlyGiovanni:registry" with the
more universal "registry" key in the publishConfig of our package.json
file. This generalisation will allow for a smoother publishing process
across diverse user settings.

Signed-off-by: Giovanni Ravalico <[email protected]>
  • Loading branch information
suddenlyGiovanni committed Apr 26, 2024
1 parent 74e4e40 commit a6b24ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"./schema-primitive": "./src/schema-primitive/index.ts"
},
"publishConfig": {
"@suddenlyGiovanni:registry": "https://npm.pkg.github.com",
"registry": "https://npm.pkg.github.com",
"exports": {
"./resume-schema": "./lib/resume-schema/index.js",
"./schema-primitive": "./lib/schema-primitive/index.js"
Expand Down

0 comments on commit a6b24ef

Please sign in to comment.