1
0
Derivar 0

v1.4.3: add sh header to js bin file

Este cometimento está contido em:
AJ ONeal 2018-10-15 15:39:11 -06:00
ascendente 415ed10b99
cometimento 6e796da80a
2 ficheiros modificados com 2 adições e 1 eliminações

Ver ficheiro

@ -1,3 +1,4 @@
#!/usr/bin/env node
'use strict';
var pkg = require('../package.json');

Ver ficheiro

@ -1,6 +1,6 @@
{
"name": "sclient",
"version": "1.4.2",
"version": "1.4.3",
"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://telebit.cloud/sclient/",