Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Jul 26, 2016
1 parent 7d3b94f commit 0811bb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ sudo: false
language: node_js
node_js:
- 'stable'
- '6'
- '5'
- '4'
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"engines" : {"node": ">=4"},
"dependencies": {
"ndjson": "^1.4.3",
"stream-filter": "^1"
"stream-filter": "^1",
"through2-map": "^2"
},
"devDependencies": {
"so": "^1.0.1",
Expand All @@ -29,6 +30,7 @@
"fs-promise": "^0.5",
"moment": "^2.13",
"csv-parse": "^1.0.4",
"tape": "^4.6",
"tape-catch": "^1.0.4",
"tap-min": "^1.1"
},
Expand Down

0 comments on commit 0811bb9

Please sign in to comment.