Skip to content

Commit

Permalink
readable-stream@3.0.2 (#61)
Browse files Browse the repository at this point in the history
* readable-stream@3.0.2

* Use later versions of node for tests
  • Loading branch information
jmannanc authored and mafintosh committed Dec 21, 2018
1 parent 008d391 commit a88de2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: node_js
node_js:
- '0.12'
- '6.0'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "http://github.com/maxogden/concat-stream/issues"
},
"engines": [
"node >= 0.8"
"node >= 6.0"
],
"main": "index.js",
"files": [
Expand All @@ -30,7 +30,7 @@
"dependencies": {
"buffer-from": "^1.0.0",
"inherits": "^2.0.3",
"readable-stream": "^2.2.2",
"readable-stream": "^3.0.2",
"typedarray": "^0.0.6"
},
"devDependencies": {
Expand Down

0 comments on commit a88de2c

Please sign in to comment.