sindresorhus / get-stream

Get a stream as a string, Buffer, ArrayBuffer or array
MIT License
341 stars 33 forks source link

Remove a `devDependency` #64

Closed ehmicky closed 1 year ago

ehmicky commented 1 year ago

The compose() or Duplex.from() methods can now be used in Node 16 instead of the into-stream dependency. This PR removes that devDependency.

sindresorhus commented 1 year ago

Conflict

ehmicky commented 1 year ago

Fixed :+1: