v1.4.3: add sh header to js bin file
This commit is contained in:
parent
415ed10b99
commit
6e796da80a
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env node
|
||||
'use strict';
|
||||
|
||||
var pkg = require('../package.json');
|
||||
|
|
|
@ -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/",
|
||||
|
|
Loading…
Reference in New Issue