Skip to content

Commit

Permalink
Drop support for Node 4
Browse files Browse the repository at this point in the history
Add Node 10
  • Loading branch information
danmactough committed Jul 15, 2018
1 parent 4a9da91 commit c5b4c77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ before_install:
- $CXX --version

node_js:
- "4"
- "6"
- "8"
- "10"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ You can also check out this nice [working implementation](https://github.com/scr

See the [`examples`](examples/) directory.

## Changes in v3

- dropped support for Node 4

## API

### Transform Stream
Expand Down

0 comments on commit c5b4c77

Please sign in to comment.