Skip to content

Commit

Permalink
Homebridge 2.0 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
SanterreJo authored Oct 26, 2024
1 parent 398b557 commit 3383456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Plugin Homebridge (non officiel) pour la passerelle et les appareils Hilo de Hydro-Québec | Unofficial Homebridge plugin for Hydro-Québec Hilo bridge and devices",
"main": "dist/hilo.js",
"engines": {
"node": ">=16.0.0",
"homebridge": ">1.4.0"
},
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1"
},
"scripts": {
"lint": "eslint src/**.ts --max-warnings=0",
"build": "rimraf dist/ && tsc",
Expand Down

0 comments on commit 3383456

Please sign in to comment.