diff --git a/package.json b/package.json index f48d78d..f324a2f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "contributors": "contributors -f plain -o AUTHORS" }, "dependencies": { - "readable-stream": "~1.0.33-1" + "readable-stream": "~2.0.5" }, "devDependencies": { "autod": "*", @@ -21,8 +21,8 @@ "istanbul": "*", "jshint": "*", "mocha": "*", - "readall": "~0.0.4", - "should": "~3.3.0" + "readall": "~1.0.0", + "should": "~8.0.2" }, "homepage": "https://github.com/stream-utils/contentstream", "repository": { @@ -34,7 +34,12 @@ "email": "fengmk2@gmail.com" }, "keywords": [ - "contentstream", "readable", "readstream", "stream", "stream2", "stream3" + "contentstream", + "readable", + "readstream", + "stream", + "stream2", + "stream3" ], "engines": { "node": ">= 0.8.0"