From 3b04b56a3c1353b28e893f6c4b664c4c5897c99f Mon Sep 17 00:00:00 2001 From: Kiwi Cam <32912464+kiwi-cam@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:50:22 +1200 Subject: [PATCH] Updated 'engines' to show Homebridge 2.0 support --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6fd7cbf..eafd6748 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "release-it": "^17.6.0" }, "engines": { - "homebridge": ">=1.4.1", + "homebridge": "^1.4.1 || ^2.0.0-beta.0", "node": ">=7.6.0" }, "funding": { diff --git a/package.json b/package.json index 7bd2b389..5facc311 100755 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ ], "engines": { "node": ">=7.6.0", - "homebridge": ">=1.4.1" + "homebridge": "^1.4.1 || ^2.0.0-beta.0" }, "author": { "name": "kiwi-cam"