now fully async
This commit is contained in:
5
dist/npmci.publish.d.ts
vendored
5
dist/npmci.publish.d.ts
vendored
@@ -1,5 +1,4 @@
|
||||
/// <reference types="q" />
|
||||
import * as plugins from './npmci.plugins';
|
||||
import * as NpmciBuildDocker from './npmci.build.docker';
|
||||
/**
|
||||
* type of supported services
|
||||
*/
|
||||
@@ -8,4 +7,4 @@ export declare type TPubService = 'npm' | 'docker';
|
||||
* the main exported publish function.
|
||||
* @param pubServiceArg references targeted service to publish to
|
||||
*/
|
||||
export declare let publish: (pubServiceArg?: TPubService) => plugins.q.Promise<{}>;
|
||||
export declare let publish: (pubServiceArg?: TPubService) => Promise<void | NpmciBuildDocker.Dockerfile[]>;
|
||||
|
||||
Reference in New Issue
Block a user