Require readable-stream with support for _final() (#84)

This commit is contained in:
sth 2018-05-14 23:17:47 +02:00 committed by Mathias Buus
parent 59abdc85c0
commit a307dc514a

View file

@ -11,7 +11,7 @@
"buffer-alloc": "^1.1.0",
"end-of-stream": "^1.0.0",
"fs-constants": "^1.0.0",
"readable-stream": "^2.0.0",
"readable-stream": "^2.3.0",
"to-buffer": "^1.1.0",
"xtend": "^4.0.0"
},