Skip to content

Commit e5eaef1

Browse files
committed
switch to Meteor's patched underscore
1 parent 1a7d5d0 commit e5eaef1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/ddp-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var WebSocket = require('faye-websocket'),
2-
_ = require('underscore'),
2+
_ = require('ddp-underscore-patched'),
33
util = require('util'),
44
events = require('events'),
55
EJSON = require('ddp-ejson'),

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ddp",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Node.js module to connect to servers using DDP protocol.",
55
"author": "Tom Coleman <[email protected]> (http://tom.thesnail.org)",
66
"contributors": [
@@ -21,9 +21,9 @@
2121
"url": "https://github.com/oortcloud/node-ddp-client.git"
2222
},
2323
"dependencies": {
24-
"underscore": "1.5.2",
25-
"ddp-ejson": "0.8.1-2",
26-
"ddp-srp": "0.8.1-1",
24+
"ddp-underscore-patched": "0.8.1-2",
25+
"ddp-ejson": "0.8.1-3",
26+
"ddp-srp": "0.8.1-2",
2727
"faye-websocket": "~0.7.1",
2828
"ddp-random": "~0.8.1-1"
2929
},

0 commit comments

Comments
 (0)