mirror of
https://github.com/vale981/autossh
synced 2025-03-05 17:31:40 -05:00
updates to version 0.0.6
This commit is contained in:
parent
540cae824f
commit
09fb0c6e3a
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "autossh",
|
"name": "autossh",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"description": "Persistent SSH tunnels",
|
"description": "Persistent SSH tunnels",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -146,6 +146,9 @@ class AutoSSH extends EventEmitter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Export
|
||||||
|
*/
|
||||||
module.exports = function (conf) {
|
module.exports = function (conf) {
|
||||||
const autossh = new AutoSSH(conf);
|
const autossh = new AutoSSH(conf);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue