Skip to content

Commit

Permalink
Drop support for node 6
Browse files Browse the repository at this point in the history
Fixes: #13
  • Loading branch information
harrysarson committed Apr 18, 2019
1 parent 881e135 commit b54aaa5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "node"
- "10"
- "8"
- "6"

after_success:
- npm run coveralls
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [UNRELEASED] - Will be a MAJOR change

Node 6 is no longer supported.

## [3.0.2] - 2019-02-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"typescript"
],
"engines": {
"node": ">=6.0"
"node": ">=8.0"
},
"author": "Harry Sarson <harry.sarson@hotmail.co.uk>",
"license": "MIT",
Expand Down

0 comments on commit b54aaa5

Please sign in to comment.