aboutsummaryrefslogtreecommitdiff
path: root/node_modules/readable-stream/readable.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-26 17:04:35 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-26 17:04:55 +0100
commita851c3fb33335fb42de8280c6bad2a6699bb746f (patch)
treebbaea1b873ccdcbb453fdbb783fdc594da124909 /node_modules/readable-stream/readable.js
parent5c17f4b61e8caaa365339c4916222a5892b2ec3a (diff)
downloadwallet-core-a851c3fb33335fb42de8280c6bad2a6699bb746f.tar.xz
update node_modules
Diffstat (limited to 'node_modules/readable-stream/readable.js')
-rw-r--r--node_modules/readable-stream/readable.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/node_modules/readable-stream/readable.js b/node_modules/readable-stream/readable.js
index be2688a07..6222a5798 100644
--- a/node_modules/readable-stream/readable.js
+++ b/node_modules/readable-stream/readable.js
@@ -10,7 +10,3 @@ exports.Writable = require('./lib/_stream_writable.js');
exports.Duplex = require('./lib/_stream_duplex.js');
exports.Transform = require('./lib/_stream_transform.js');
exports.PassThrough = require('./lib/_stream_passthrough.js');
-
-if (!process.browser && process.env.READABLE_STREAM === 'disable' && Stream) {
- module.exports = Stream;
-}