Skip to content

Commit

Permalink
feat: node 8 is the minimum supported version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node 8 in the minimum supported version now given the EOL for Node 6.
  • Loading branch information
KyleRoss committed Nov 15, 2019
1 parent 3ac9bfd commit efdbfe6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"url": "https://github.com/KyleRoss/kinesis-events/issues"
},
"homepage": "https://github.com/KyleRoss/kinesis-events#readme",
"engines": {
"node": ">= 8"
},
"dependencies": {
"json-parse-better-errors": "^1.0.2"
},
Expand Down

0 comments on commit efdbfe6

Please sign in to comment.