Skip to content

Commit

Permalink
chore: added publishConfig.registry
Browse files Browse the repository at this point in the history
  • Loading branch information
angelxmoreno committed Sep 28, 2024
1 parent 39cab52 commit b436113
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"types": "dist/index.d.ts",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org"
},
"engines": {
"node": ">=18",
Expand Down Expand Up @@ -109,9 +110,6 @@
"testEnvironment": "node"
},
"release-it": {
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"git": {
"commitMessage": "chore: release v${version}"
},
Expand Down

0 comments on commit b436113

Please sign in to comment.