Skip to content

Commit

Permalink
Merge pull request #250 from blackdynamo/master
Browse files Browse the repository at this point in the history
changing the node engine to >=8.6.0
  • Loading branch information
tulios authored Jan 30, 2019
2 parents 0479f59 + 197cfdb commit cbfed51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Native support for Kafka `0.11` features.

KafkaJS is battle-tested and ready for production.

## Requirements

- Minimum node version: v8.6.0

## Features

- Producer
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scram"
],
"engines": {
"node": ">=8.0.0"
"node": ">=8.6.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cbfed51

Please sign in to comment.