Skip to content

Commit

Permalink
Merge pull request #39 from timdp/patch-1
Browse files Browse the repository at this point in the history
PassThrough → Readable
  • Loading branch information
juliangruber committed Jan 23, 2017
2 parents 7129bd8 + 38b2fd3 commit 9ff06ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -5,7 +5,7 @@

var duplexer = require('duplexer2');
var PassThrough = require('stream').PassThrough;
var Readable = require('stream').PassThrough;
var Readable = require('stream').Readable;
var objectAssign = require('object-assign');

/**
Expand Down

0 comments on commit 9ff06ea

Please sign in to comment.