Skip to content

Commit 1cd5ceb

Browse files
authored
Merge pull request #72 from maxogden/upgrade-concat-stream
Upgrade concat-stream to 1.6.2
2 parents c1aa196 + 4514f66 commit 1cd5ceb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ language: node_js
33
node_js:
44
- '0.12'
55
- 'iojs'
6-
- '4.0'
7-
- '6.0'
6+
- '4'
7+
- '6'
8+
- '8'
9+
- '10'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"extract"
1919
],
2020
"dependencies": {
21-
"concat-stream": "1.6.0",
21+
"concat-stream": "1.6.2",
2222
"debug": "2.6.9",
2323
"mkdirp": "0.5.1",
2424
"yauzl": "2.4.1"

0 commit comments

Comments
 (0)