Skip to content

Commit

Permalink
switch to Meteor's patched underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
emgee3 committed May 24, 2014
1 parent 1a7d5d0 commit e5eaef1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/ddp-client.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var WebSocket = require('faye-websocket'),
_ = require('underscore'),
_ = require('ddp-underscore-patched'),
util = require('util'),
events = require('events'),
EJSON = require('ddp-ejson'),
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ddp",
"version": "0.5.0",
"version": "0.5.1",
"description": "Node.js module to connect to servers using DDP protocol.",
"author": "Tom Coleman <[email protected]> (http://tom.thesnail.org)",
"contributors": [
Expand All @@ -21,9 +21,9 @@
"url": "https://github.com/oortcloud/node-ddp-client.git"
},
"dependencies": {
"underscore": "1.5.2",
"ddp-ejson": "0.8.1-2",
"ddp-srp": "0.8.1-1",
"ddp-underscore-patched": "0.8.1-2",
"ddp-ejson": "0.8.1-3",
"ddp-srp": "0.8.1-2",
"faye-websocket": "~0.7.1",
"ddp-random": "~0.8.1-1"
},
Expand Down

0 comments on commit e5eaef1

Please sign in to comment.