Skip to content

Commit d7364c5

Browse files
authored
(chore) - use https for semantic release (#54)
The current error message when publishing npm notice Beginning October 4, 2021, all connections to the npm registry - including for package installation - must use TLS 1.2 or higher. You are currently using plaintext http to connect. Please visit the GitHub blog for more information: https://github.blog/2021-08-23-npm-registry-deprecating-tls-1-0-tls-1-1/
1 parent 4ccf063 commit d7364c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
registry=http://registry.npmjs.org/
1+
registry=https://registry.npmjs.org/
22
package-lock=false

0 commit comments

Comments
 (0)