now fully async
This commit is contained in:
4
dist/npmci.command.d.ts
vendored
4
dist/npmci.command.d.ts
vendored
@@ -1,3 +1 @@
|
||||
/// <reference types="q" />
|
||||
import * as plugins from './npmci.plugins';
|
||||
export declare let command: () => plugins.q.Promise<{}>;
|
||||
export declare let command: () => Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user