updates to version 0.0.6

This commit is contained in:
samueleaton 2016-04-08 19:33:17 -06:00
parent 540cae824f
commit 09fb0c6e3a
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "autossh",
"version": "0.0.5",
"version": "0.0.6",
"description": "Persistent SSH tunnels",
"main": "index.js",
"scripts": {

View file

@ -146,6 +146,9 @@ class AutoSSH extends EventEmitter {
}
}
/* Export
*/
module.exports = function (conf) {
const autossh = new AutoSSH(conf);