Merge branch 'master' into handleExtraObjectLiteralProperties

This commit is contained in:
Daniel Rosenwasser
2015-08-18 17:41:26 -07:00
2 changed files with 1 additions and 1 deletions
@@ -1,5 +1,4 @@
///<reference path='./node-mysql-wrapper.d.ts' />
///<reference path='../es6-promise/es6-promise.d.ts' />
import wrapper = require("node-mysql-wrapper");
var db = wrapper("mysql://kataras:pass@127.0.0.1/taglub?debug=false&charset=utf8");
+1
View File
@@ -4,6 +4,7 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path='../mysql/mysql.d.ts' />
///<reference path='./../bluebird/bluebird.d.ts' />
declare module "node-mysql-wrapper" {
import Mysql = require("mysql");