Merge pull request #33 from malandrew/update-deps

Updated readable-stream and tape
This commit is contained in:
Mathias Buus 2015-01-07 10:16:45 +01:00
commit 3e5a2d3227

View file

@ -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"