Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Fix _stream_{duplex,passthrough,readable,transform,writable} import p…
Browse files Browse the repository at this point in the history
…aths.
  • Loading branch information
Ben Newman committed Apr 9, 2019
1 parent bd5227a commit 627591b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions map.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"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_duplex": "readable-stream/lib/_stream_duplex.js",
"_stream_passthrough": "readable-stream/lib/_stream_passthrough.js",
"_stream_readable": "readable-stream/lib/_stream_readable.js",
"_stream_transform": "readable-stream/lib/_stream_transform.js",
"_stream_writable": "readable-stream/lib/_stream_writable.js",
"string_decoder": "string_decoder/",
"sys": "util/util.js",
"timers": "timers-browserify",
Expand Down

0 comments on commit 627591b

Please sign in to comment.