Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/readable-stream/lib/_stream_transform.js')
-rw-r--r--node_modules/readable-stream/lib/_stream_transform.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/readable-stream/lib/_stream_transform.js b/node_modules/readable-stream/lib/_stream_transform.js
index 5d1f8b8..fcfc105 100644
--- a/node_modules/readable-stream/lib/_stream_transform.js
+++ b/node_modules/readable-stream/lib/_stream_transform.js
@@ -68,7 +68,7 @@ module.exports = Transform;
var Duplex = require('./_stream_duplex');
/*<replacement>*/
-var util = require('core-util-is');
+var util = Object.create(require('core-util-is'));
util.inherits = require('inherits');
/*</replacement>*/