From c4df5ab14f8f82fe2edee5d266d210336dfd5603 Mon Sep 17 00:00:00 2001 From: Dan Rumney Date: Thu, 8 Nov 2018 15:39:55 -0600 Subject: [PATCH] Remove dependency on Bluebird Not everybody uses Bluebird for their Promises and coupling this so tightly to Bluebird causes us problems --- types/auth0/index.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/types/auth0/index.d.ts b/types/auth0/index.d.ts index ed0e9d1f3f..39d9d36fd7 100644 --- a/types/auth0/index.d.ts +++ b/types/auth0/index.d.ts @@ -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;