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:
parent
d1b85db2af
commit
52b4f7111f
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue