now fully async

This commit is contained in:
2017-03-11 01:10:37 +01:00
parent bbc2e9002a
commit d1e060e1dc
39 changed files with 612 additions and 466 deletions

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

@@ -1,6 +1,4 @@
/// <reference types="q" />
import * as plugins from './npmci.plugins';
/**
* checks for ENV vars in form of NPMCI_SSHKEY_* and deploys any found ones
*/
export declare let ssh: () => plugins.q.Promise<{}>;
export declare let ssh: () => Promise<void>;