Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Dropped support for Node 4 and Node 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Burnett01 committed May 4, 2019
1 parent 0cf149b commit 87ca9d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ node_js:
- "8"
- "7"
- "6"
- "5"
- "4"

install:
- npm install
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
List of notable changes:
---

## 04.05.2019

+ Dropped support for Node ``4`` and Node ``5``

## 17.04.2017

+ The ``connect()`` method was renamed to ``listen()``.
Expand Down

0 comments on commit 87ca9d6

Please sign in to comment.