Skip to content

Commit

Permalink
chore: use https when publishing to be more secure
Browse files Browse the repository at this point in the history
  • Loading branch information
homura committed Nov 8, 2021
1 parent 4602981 commit e88568b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckb-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@ckb-lumos/base": "^0.18.0-rc2",
Expand Down
2 changes: 1 addition & 1 deletion packages/common-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@ckb-lumos/base": "^0.18.0-rc2",
Expand Down
2 changes: 1 addition & 1 deletion packages/config-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/hd-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@ckb-lumos/base": "^0.18.0-rc2",
Expand Down
2 changes: 1 addition & 1 deletion packages/hd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@ckb-lumos/base": "^0.18.0-rc2",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@ckb-lumos/base": "^0.18.0-rc2",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@ckb-lumos/base": "^0.18.0-rc2",
Expand Down
2 changes: 1 addition & 1 deletion packages/testkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@ckb-lumos/base": "^0.18.0-rc2",
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e88568b

Please sign in to comment.