Remove dependency on Bluebird

Not everybody uses Bluebird for their Promises and coupling this so tightly to Bluebird causes us problems
This commit is contained in:
Dan Rumney 2018-11-08 15:39:55 -06:00 committed by GitHub
parent 2cf191e318
commit c4df5ab14f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,6 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
import * as Promise from 'bluebird';
export interface ManagementClientOptions {
token?: string;
domain: string;