fix(infrastructure) npm run all works now

closes https://github.com/borisyankov/DefinitelyTyped/issues/5421
This commit is contained in:
Basarat Syed
2015-08-19 10:35:14 +10:00
parent 832c51db81
commit 5c81cb3af4
2 changed files with 1 additions and 1 deletions

View File

@@ -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");

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");