diff --git a/shared/config/package.json b/shared/config/package.json index 6c094bd..aa622cb 100644 --- a/shared/config/package.json +++ b/shared/config/package.json @@ -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" diff --git a/shared/constants/package.json b/shared/constants/package.json index a63b27e..93b4d89 100644 --- a/shared/constants/package.json +++ b/shared/constants/package.json @@ -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" } diff --git a/shared/errors/package.json b/shared/errors/package.json index 99fdb3b..c5fa7af 100644 --- a/shared/errors/package.json +++ b/shared/errors/package.json @@ -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" diff --git a/shared/middlewares/package.json b/shared/middlewares/package.json index eaf1895..b367524 100644 --- a/shared/middlewares/package.json +++ b/shared/middlewares/package.json @@ -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", diff --git a/shared/utilities/package.json b/shared/utilities/package.json index 921d256..bf48533 100644 --- a/shared/utilities/package.json +++ b/shared/utilities/package.json @@ -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", diff --git a/shared/validations/package.json b/shared/validations/package.json index dc53743..bf3e258 100644 --- a/shared/validations/package.json +++ b/shared/validations/package.json @@ -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"