Skip to content

Commit

Permalink
Removed references to the promise definition (ES6)
Browse files Browse the repository at this point in the history
  • Loading branch information
MKHenson committed May 3, 2016
1 parent 5ce73e3 commit 427e0e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/definitions/required/mongodb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// Documentation : http://mongodb.github.io/node-mongodb-native/2.1/api/

/// <reference path='./node.d.ts' />
/// <reference path='./es6-promise.d.ts' />

declare module "mongodb" {
import {EventEmitter} from 'events';
Expand Down
3 changes: 1 addition & 2 deletions src/references.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
/// <reference path="./definitions/custom/recaptcha-async.d.ts" />
/// <reference path="./definitions/custom/definitions.d.ts" />
/// <reference path="./definitions/custom/googleapis.d.ts" />
/// <reference path="./definitions/custom/google-auth-library.d.ts" />
/// <reference path="./definitions/required/es6-promise.d.ts" />
/// <reference path="./definitions/custom/google-auth-library.d.ts" />

0 comments on commit 427e0e3

Please sign in to comment.