rename Ssh class to SshInstance

This commit is contained in:
2016-06-01 00:56:24 +02:00
parent 3106945b47
commit 2d14617b13
3 changed files with 11 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import "typings-global"
import * as plugins from "./smartssh.plugins";
export {Ssh} from "./smartssh.classes.ssh";
export {SshInstance} from "./smartssh.classes.sshinstance";
export {SshKey} from "./smartssh.classes.sshkey";
export {SshDir} from "./smartssh.classes.sshdir";
export {SshConfig} from "./smartssh.classes.sshconfig";