mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Changed reference to old mongodb version.
This avoids Promise conflicts
This commit is contained in:
2
acl/acl.d.ts
vendored
2
acl/acl.d.ts
vendored
@@ -7,7 +7,7 @@
|
||||
/// <reference path='../node/node.d.ts'/>
|
||||
|
||||
/// <reference path='../redis/redis.d.ts'/>
|
||||
/// <reference path="../mongodb/mongodb.d.ts" />
|
||||
/// <reference path="../mongodb/mongodb-1.4.9.d.ts" />
|
||||
|
||||
declare module "acl" {
|
||||
import http = require('http');
|
||||
|
||||
Reference in New Issue
Block a user