Replace readable-stream and stream-browserify with Meteor forks.

Fixes #10.
See also: https://github.com/meteor/meteor/issues/9243
This commit is contained in:
Ben Newman
2017-10-18 14:56:45 -04:00
parent 45ed0bdb0e
commit 0bb13e4fb4
2 changed files with 10 additions and 10 deletions

View File

@@ -22,12 +22,12 @@
"querystring": "querystring-es3/",
"readline": null,
"repl": null,
"stream": "stream-browserify",
"_stream_duplex": "readable-stream/duplex.js",
"_stream_passthrough": "readable-stream/passthrough.js",
"_stream_readable": "readable-stream/readable.js",
"_stream_transform": "readable-stream/transform.js",
"_stream_writable": "readable-stream/writable.js",
"stream": "stream-meteor",
"_stream_duplex": "readable-stream-meteor/duplex.js",
"_stream_passthrough": "readable-stream-meteor/passthrough.js",
"_stream_readable": "readable-stream-meteor/readable.js",
"_stream_transform": "readable-stream-meteor/transform.js",
"_stream_writable": "readable-stream-meteor/writable.js",
"string_decoder": "string_decoder/",
"sys": "util/util.js",
"timers": "timers-browserify",

View File

@@ -24,8 +24,8 @@
"process": "^0.11.9",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"readable-stream": "git+https://github.com/meteor/readable-stream.git",
"stream-browserify": "^2.0.1",
"readable-stream-meteor": "^2.3.3",
"stream-meteor": "^2.0.1",
"string_decoder": "^1.0.1",
"timers-browserify": "^1.4.2",
"tty-browserify": "0.0.0",
@@ -49,8 +49,8 @@
"process",
"punycode",
"querystring-es3",
"readable-stream",
"stream-browserify",
"readable-stream-meteor",
"stream-meteor",
"string_decoder",
"timers-browserify",
"tty-browserify",