Skip to content

Commit 6a35972

Browse files
committed
package.json :: update readable-stream & tape
1 parent 779f203 commit 6a35972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "1.1.2-beta",
44
"description": "Pipe an Array through Node.js streams",
55
"dependencies": {
6-
"readable-stream": "~2.0.0"
6+
"readable-stream": "~2.1.0"
77
},
88
"devDependencies": {
99
"concat-stream": "~1.5.0",
10-
"tape": "~4.2.0"
10+
"tape": "~4.5.0"
1111
},
1212
"scripts": {
1313
"test": "./node_modules/.bin/tape ./test/*",

0 commit comments

Comments
 (0)