Skip to content

Commit

Permalink
drop support for node <6
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker committed Nov 14, 2018
1 parent e5b2076 commit e960036
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
sudo: false
node_js:
- '4'
- '6'
- '8'
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
"files": [
"*.js",
"types/"
]
],
"engines": {
"node": ">= 6"
}
}

0 comments on commit e960036

Please sign in to comment.