knex: reference correct Promise implementation

This commit is contained in:
Jeff Kenney
2017-01-26 14:38:09 +09:00
committed by Karol Janyst
parent b490ceba5d
commit e7a3df0365
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
/// <reference types="node" />
import * as events from "events";
import * as Promise from "bluebird";
type Callback = Function;
type Client = Function;
+1
View File
@@ -1,5 +1,6 @@
"use strict";
import * as Knex from 'knex';
import * as Promise from 'bluebird';
import * as _ from 'lodash';
// Initializing the Library