Skip to content

Commit

Permalink
Remove readable-stream dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jwolski committed Aug 26, 2015
1 parent f57d184 commit 80dc220
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/request-proxy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// 3rd party dependencies
var body = require('body');
var hammock = require('uber-hammock');
var PassThrough = require('readable-stream').PassThrough;
var PassThrough = require('stream').PassThrough;
var TypedError = require('error/typed');

// 1st party dependencies
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"farmhash": "^0.2.0",
"metrics": "^0.1.8",
"node-uuid": "^1.4.3",
"readable-stream": "^1.0.33",
"uber-hammock": "^1.0.0",
"underscore": "^1.5.2"
},
Expand Down

0 comments on commit 80dc220

Please sign in to comment.