mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-03 23:42:50 +00:00
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:
parent
2cf191e318
commit
c4df5ab14f
2
types/auth0/index.d.ts
vendored
2
types/auth0/index.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user