made all classes start with capital letters

This commit is contained in:
2016-05-31 19:16:45 +02:00
parent eb66ed0244
commit cd6bcb974c
26 changed files with 331 additions and 188 deletions

View File

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