Use stream instead of readable-stream

--- a/index.js
+++ b/index.js
@@ -1,6 +1,6 @@
 'use strict';
 
-var PassThrough = require('readable-stream/passthrough')
+var PassThrough = require('stream').PassThrough
 
 module.exports = function (/*streams...*/) {
   var sources = []
