remove q in favour of smartq

This commit is contained in:
2017-01-18 00:58:09 +01:00
parent 9f42a20e4b
commit 9a25b4ef91
33 changed files with 39 additions and 60 deletions

View File

@ -1,3 +1 @@
/// <reference types="q" />
import * as q from 'q';
export declare let run: (configArg: any) => q.Promise<{}>;
export declare let run: (configArg: any) => Promise<{}>;