Skip to content

Commit

Permalink
chore: set minimum node version to v8.3.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: minimum node version supported >=v8.3.0
  • Loading branch information
plasticrake committed Feb 12, 2019
1 parent 89ee2bf commit e6abcf2
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 @@ -36,7 +36,7 @@
"smartbulb"
],
"engines": {
"node": ">=6.5.0",
"node": ">=8.3.0",
"homebridge": ">=0.4.27"
},
"dependencies": {
Expand Down

0 comments on commit e6abcf2

Please sign in to comment.