rvagg / through2

Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise
MIT License
1.9k stars 106 forks source link

BC of new version #96

Closed steal9pro closed 6 years ago

steal9pro commented 6 years ago

Hi! In your last changes you add "readable-stream": "2 || 3" to package.json. Readable stream 3 use new version of node. And mane other packages that used your package install after this update 3-d version of "readable-stream". For example every second package from gulp. Now my gulp config is extremely crashed. Could I choose version of your dependency? Thank you.

steal9pro commented 6 years ago

duplicate of https://github.com/rvagg/through2/issues/95