Skip to content

Commit b0e35d0

Browse files
committed
fix: duhhhh, fix the wrong publishConfig.registry
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
1 parent 1077878 commit b0e35d0

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

commands/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"node": ">= 10.13"
2525
},
2626
"publishConfig": {
27-
"registry": "https://registry.npmjs.com",
27+
"registry": "https://registry.npmjs.org",
2828
"access": "public",
2929
"tag": "latest"
3030
},

commands/check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"node": ">= 10.13"
2525
},
2626
"publishConfig": {
27-
"registry": "https://registry.npmjs.com",
27+
"registry": "https://registry.npmjs.org",
2828
"access": "public",
2929
"tag": "latest"
3030
},

commands/commit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"node": ">= 10.13"
2525
},
2626
"publishConfig": {
27-
"registry": "https://registry.npmjs.com",
27+
"registry": "https://registry.npmjs.org",
2828
"access": "public",
2929
"tag": "latest"
3030
},

commands/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"node": ">= 10.13"
2525
},
2626
"publishConfig": {
27-
"registry": "https://registry.npmjs.com",
27+
"registry": "https://registry.npmjs.org",
2828
"access": "public",
2929
"tag": "latest"
3030
},

commands/format/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"node": ">= 10.13"
2525
},
2626
"publishConfig": {
27-
"registry": "https://registry.npmjs.com",
27+
"registry": "https://registry.npmjs.org",
2828
"access": "public",
2929
"tag": "latest"
3030
},

commands/lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"node": ">= 10.13"
2525
},
2626
"publishConfig": {
27-
"registry": "https://registry.npmjs.com",
27+
"registry": "https://registry.npmjs.org",
2828
"access": "public",
2929
"tag": "latest"
3030
},

commands/test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"node": ">= 10.13"
2525
},
2626
"publishConfig": {
27-
"registry": "https://registry.npmjs.com",
27+
"registry": "https://registry.npmjs.org",
2828
"access": "public",
2929
"tag": "latest"
3030
},

modules/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"node": ">= 10.13"
3131
},
3232
"publishConfig": {
33-
"registry": "https://registry.npmjs.com",
33+
"registry": "https://registry.npmjs.org",
3434
"access": "public",
3535
"tag": "latest"
3636
},

modules/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"node": ">= 10.13"
2525
},
2626
"publishConfig": {
27-
"registry": "https://registry.npmjs.com",
27+
"registry": "https://registry.npmjs.org",
2828
"access": "public",
2929
"tag": "latest"
3030
},

modules/yaro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"node": ">= 10.13"
2525
},
2626
"publishConfig": {
27-
"registry": "https://registry.npmjs.com",
27+
"registry": "https://registry.npmjs.org",
2828
"access": "public",
2929
"tag": "latest"
3030
},

0 commit comments

Comments
 (0)