Only allow patch updates to readable-stream dependency

This ensures that readable-stream is always the Streams2 implementation.

Fixes mafintosh/tar-stream#36
This commit is contained in:
Heikki Rauhala 2015-04-07 12:27:47 +03:00
parent d1b85db2af
commit 52b4f7111f

View file

@ -13,7 +13,7 @@
"dependencies": {
"bl": "^0.9.0",
"end-of-stream": "^1.0.0",
"readable-stream": "^1.0.33",
"readable-stream": "~1.0.33",
"xtend": "^4.0.0"
},
"devDependencies": {