Skip to content

Commit

Permalink
Drop support for node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperlink committed May 3, 2018
1 parent a231ccf commit 8de21c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ node_js:
- "9"
- "8"
- "6"
- "4"
sudo: required
services:
- docker
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"uuid": "^3.0.0"
},
"engines": {
"node": ">=4.5.0"
"node": ">=6.4.0"
},
"optionalDependencies": {
"snappy": "^6.0.1"
Expand Down

0 comments on commit 8de21c1

Please sign in to comment.