Skip to content

Commit 6eff07e

Browse files
GAndanjeGilbert Andanje
andauthored
Repo engineering/publish to registry (#59)
* chore: release v1.5.0 * chore: release v1.5.1 * chore: release v1.5.2 * chore: release v1.5.3 * chore: release v1.5.4 * chore: release v1.5.5 * chore: release v1.5.6 * chore: release v1.5.7 * chore: release v1.5.8 * chore: release v1.5.9 * chore: release v1.5.10 * chore: release v1.5.11 * chore: release v1.5.12 * chore: release v1.5.11 * chore: release v1.5.11 * chore: release v1.5.12 * chore: release v1.5.13 * chore: release v1.5.13 * fix: npm ERR! code ENEEDAUTH on yarn release --------- Co-authored-by: Gilbert Andanje <[email protected]>
1 parent 3937f18 commit 6eff07e

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

shared/config/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"author": "Gilbert Andanje",
77
"license": "MIT",
88
"publishConfig": {
9-
"access": "public"
9+
"access": "public",
10+
"registry": "https://registry.npmjs.org"
1011
},
1112
"scripts": {
1213
"release": "npx bumpp-version@latest && yarn publish"

shared/constants/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "@microservices-suite/constants",
3-
"version": "1.4.2",
3+
"version": "1.5.13",
44
"description": "",
55
"devDependencies": {},
66
"author": "Gilbert Andanje",
77
"publishConfig": {
8-
"access": "public"
8+
"access": "public",
9+
"registry": "https://registry.npmjs.org"
910
},
1011
"scripts": {
11-
"release": "npx bumpp-version@latest && yarn publish"
12+
"release": "npx bumpp-version@latest && npm publish"
1213
},
1314
"license": "ISC"
1415
}

shared/errors/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"author": "Gilbert Andanje",
77
"publishConfig": {
8-
"access": "public"
8+
"access": "public",
9+
"registry": "https://registry.npmjs.org"
910
},
1011
"scripts": {
1112
"release": "npx bumpp-version@latest && yarn publish"

shared/middlewares/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"author": "Gilbert Andanje",
77
"license": "ISC",
88
"publishConfig": {
9-
"access": "public"
9+
"access": "public",
10+
"registry": "https://registry.npmjs.org"
1011
},
1112
"scripts": {
1213
"release:major": "npm version $(semver $npm_package_version -i major) && npm publish --tag latest",

shared/utilities/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"author": "Gilbert Andanje",
88
"license": "ISC",
99
"publishConfig": {
10-
"access": "public"
10+
"access": "public",
11+
"registry": "https://registry.npmjs.org"
1112
},
1213
"scripts": {
1314
"release:major": "npm version $(semver $npm_package_version -i major) && npm publish --tag latest",

shared/validations/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"author": "Gilbert Andanje",
88
"license": "ISC",
99
"publishConfig": {
10-
"access": "public"
10+
"access": "public",
11+
"registry": "https://registry.npmjs.org"
1112
},
1213
"scripts": {
1314
"release": "npx bumpp-version@latest && yarn publish"

0 commit comments

Comments
 (0)