Skip to content

Commit

Permalink
chore: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
meabed committed Feb 12, 2025
1 parent 2171392 commit 9b4bc70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bugs": "/~https://github.com/devmehq/email-validator-js/issues",
"repository": {
"type": "git",
"url": "git@github.com:devmehq/email-validator-js.git"
"url": "git+ssh://git@github.com/devmehq/email-validator-js.git"
},
"license": "BSL 1.1",
"author": "DEV.ME <support@dev.me> (https://dev.me)",
Expand Down Expand Up @@ -69,6 +69,5 @@
"packageManager": "yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca",
"engines": {
"node": ">= 12.0"
},
"packageManager": "yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
}
}
1 change: 0 additions & 1 deletion release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const config = {
preReleaseId: branch === 'master' ? '' : branch,
npm: {
skipChecks: true,
publishArgs: ['--access', 'public', '--registry', 'https://registry.npmjs.org/'],
},
plugins: {
'@release-it/conventional-changelog': {
Expand Down

0 comments on commit 9b4bc70

Please sign in to comment.