Skip to content

Commit

Permalink
chore(engines): defined engines to match tested node versions
Browse files Browse the repository at this point in the history
which align to currently maintained node versions

BREAKING CHANGE: the engines property now limits supported node versions to v8 and above
  • Loading branch information
travi committed Jun 15, 2019
1 parent c65c1f6 commit 6f0f108
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 @@ -4,6 +4,9 @@
"description": "Hypermedia API/HATEOAS client for Node.js and the browser",
"repository": "traverson/traverson",
"main": "traverson.js",
"engines": {
"node": ">= 8"
},
"author": {
"name": "Bastian Krol",
"email": "bastian.krol@web.de"
Expand Down

0 comments on commit 6f0f108

Please sign in to comment.