start shift to making bare bash obsolete

This commit is contained in:
2016-08-02 16:20:32 +02:00
parent 236df3388f
commit 2d9c225d28
17 changed files with 83 additions and 39 deletions

4
dist/npmci.ssh.d.ts vendored
View File

@@ -1,2 +1,4 @@
/// <reference types="q" />
import "typings-global";
export declare let ssh: () => any;
import * as plugins from "./npmci.plugins";
export declare let ssh: () => plugins.q.Promise<{}>;