v1.2.1: update homepage url
This commit is contained in:
parent
1287ccc1ce
commit
fa3de139a4
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "sclient",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"description": "Secure Client for exposing TLS (aka SSL) secured services as plain-text connections locally. Also ideal for multiplexing a single port with multiple protocols using SNI.",
|
||||
"main": "index.js",
|
||||
"homepage": "https://git.coolaj86.com/coolaj86/sclient.js",
|
||||
"homepage": "https://telebit.cloud/sclient/",
|
||||
"bin": {
|
||||
"sclient": "bin/sclient.js"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue