Skip to content

Commit

Permalink
breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
refack committed Jun 7, 2017
1 parent 9f87b8c commit 2993ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Stream.Duplex = require('_stream_duplex');
Stream.Transform = require('_stream_transform');
Stream.PassThrough = require('_stream_passthrough');
Stream.pump = require('_stream_pump');
Stream.prototype.pipe = Stream.pump;

// Backwards-compat with node 0.4.x
Stream.Stream = Stream;
Expand Down

0 comments on commit 2993ff2

Please sign in to comment.