now fully async
This commit is contained in:
4
dist/npmci.ssh.d.ts
vendored
4
dist/npmci.ssh.d.ts
vendored
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user