v1.2.1: update homepage url

This commit is contained in:
AJ ONeal 2018-09-03 19:00:15 -06:00
parent 1287ccc1ce
commit fa3de139a4
1 changed files with 2 additions and 2 deletions

View File

@ -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"
},