mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
fix(infrastructure) npm run all works now
closes https://github.com/borisyankov/DefinitelyTyped/issues/5421
This commit is contained in:
@@ -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
node-mysql-wrapper/node-mysql-wrapper.d.ts
vendored
1
node-mysql-wrapper/node-mysql-wrapper.d.ts
vendored
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user