Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Drop Node.js 4 support
Browse files Browse the repository at this point in the history
no issue
- Node.js 4.x is now end-of-life and is no longer supported
  • Loading branch information
kevinansfield committed May 1, 2018
1 parent c195cbb commit 070e4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "ember test"
},
"engines": {
"node": "^4.2.0 || ^6.9.0"
"node": ">= 6.9.0"
},
"devDependencies": {
"bluebird": "3.4.6",
Expand Down

0 comments on commit 070e4f6

Please sign in to comment.