Changed reference to old mongodb version.

This avoids Promise conflicts
This commit is contained in:
CaselIT
2016-01-11 15:12:48 +01:00
parent 307572b0ba
commit 5b54f66f30

2
acl/acl.d.ts vendored
View File

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