aboutsummaryrefslogtreecommitdiff
path: root/src/node-fallbacks/stream.js
diff options
context:
space:
mode:
authorGravatar evanwashere <github@evan.lol> 2022-07-13 04:18:51 -0400
committerGravatar evanwashere <github@evan.lol> 2022-07-13 04:18:51 -0400
commitf01bc3c7529c6c7ad5d61e174634534a0ef28987 (patch)
tree71d2b8c3e7e6e9f90d117d18513c794d588cf9e6 /src/node-fallbacks/stream.js
parent9bba47129aa527c02bb3ac58060cf662f83476e9 (diff)
downloadbun-f01bc3c7529c6c7ad5d61e174634534a0ef28987.tar.gz
bun-f01bc3c7529c6c7ad5d61e174634534a0ef28987.tar.zst
bun-f01bc3c7529c6c7ad5d61e174634534a0ef28987.zip
switch from stream-browserify to readable-stream
Diffstat (limited to 'src/node-fallbacks/stream.js')
-rw-r--r--src/node-fallbacks/stream.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node-fallbacks/stream.js b/src/node-fallbacks/stream.js
index 025b579cd..381cbc761 100644
--- a/src/node-fallbacks/stream.js
+++ b/src/node-fallbacks/stream.js
@@ -1 +1 @@
-export * from "stream-browserify";
+export * from "readable-stream";