diff --git a/build-fixup b/build-fixup index 2179896d..15370057 100755 --- a/build-fixup +++ b/build-fixup @@ -8,7 +8,6 @@ cat >dist/cjs/package.json <dist/mjs/package.json <, options?: NodeReadableOptions, ): NodeReadableNative { - if (!NodeReadableStream && !NodeReadableNative) { + if (!NodeReadableNative) { throw new Error( - "The Node's Readable is not available! If you are running this in browser you have to install readable-stream package and polyfill process and buffer!", + "The Node's Readable is not available! If you are running this in browser you have to polyfill 'stream' package!", ) }