Skip to content
Merged
3 changes: 2 additions & 1 deletion shared/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"author": "Gilbert Andanje",
"license": "MIT",
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"release": "npx bumpp-version@latest && yarn publish"
Expand Down
7 changes: 4 additions & 3 deletions shared/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "@microservices-suite/constants",
"version": "1.4.2",
"version": "1.5.13",
"description": "",
"devDependencies": {},
"author": "Gilbert Andanje",
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"release": "npx bumpp-version@latest && yarn publish"
"release": "npx bumpp-version@latest && npm publish"
},
"license": "ISC"
}
3 changes: 2 additions & 1 deletion shared/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"author": "Gilbert Andanje",
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"release": "npx bumpp-version@latest && yarn publish"
Expand Down
3 changes: 2 additions & 1 deletion shared/middlewares/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"author": "Gilbert Andanje",
"license": "ISC",
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"release:major": "npm version $(semver $npm_package_version -i major) && npm publish --tag latest",
Expand Down
3 changes: 2 additions & 1 deletion shared/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"author": "Gilbert Andanje",
"license": "ISC",
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"release:major": "npm version $(semver $npm_package_version -i major) && npm publish --tag latest",
Expand Down
3 changes: 2 additions & 1 deletion shared/validations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"author": "Gilbert Andanje",
"license": "ISC",
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"release": "npx bumpp-version@latest && yarn publish"
Expand Down