Skip to content

Commit

Permalink
Updated homebridge version note in README and node engine version to …
Browse files Browse the repository at this point in the history
…match README
  • Loading branch information
yenoiwesa committed Aug 30, 2020
1 parent 3af4897 commit 16b3c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This plugin does not support Somfy IO devices, only RTS devices. Use the [homebr
# Requirements

- **Node** version 11 or above (verify with `node --version`).
- **Homebridge** version 0.4.0 or above.
- **Homebridge** version 1.0.0 or above.

# Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prettier": "^2.1.1"
},
"engines": {
"node": ">=10.0.0",
"node": ">=11.0.0",
"homebridge": ">=1.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 16b3c17

Please sign in to comment.