Merge pull request #37 from hvrauhal/master
Only allow patch updates to readable-stream dependency
This commit is contained in:
commit
30b6782a80
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