diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 8137379..e73123a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Beken LED Homebridge plugin", "name": "homebridge-beken", - "version": "0.1.5", + "version": "0.1.6", "description": "homebridge beken led plugin", "author": "lonkaars <loek@pipeframe.xyz>", "license": "MIT", @@ -25,7 +25,6 @@ "postinstall": "sh ./install.sh" }, "dependencies": { - "@abandonware/noble": "^1.9.2-14", "color": "^4.0.0" }, "devDependencies": { |