Update node-mysql-wrapper.d.ts

This commit is contained in:
Makis Maropoulos
2015-08-16 09:30:16 +03:00
parent 2e819ab29d
commit 6b0625a99c
+2 -2
View File
@@ -3,8 +3,8 @@
// Definitions by: Makis Maropoulos <https://github.com/kataras>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path='./mysql.d.ts' />
///<reference path='./bluebird.d.ts' />
///<reference path='../mysql/mysql.d.ts' />
///<reference path='../bluebird/bluebird.d.ts' />
declare module "node-mysql-wrapper" {
import Mysql = require("mysql");