Updated readable-stream and tape
This commit is contained in:
parent
5d6f693f95
commit
d38a9419d2
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bl": "^0.9.0",
|
"bl": "^0.9.0",
|
||||||
"end-of-stream": "^1.0.0",
|
"end-of-stream": "^1.0.0",
|
||||||
"readable-stream": "^1.0.27-1",
|
"readable-stream": "^1.0.33",
|
||||||
"xtend": "^4.0.0"
|
"xtend": "^4.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"concat-stream": "^1.4.6",
|
"concat-stream": "^1.4.6",
|
||||||
"tape": "^2.14.0"
|
"tape": "^3.0.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "tape test/*.js"
|
"test": "tape test/*.js"
|
||||||
|
|
Loading…
Reference in a new issue