We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bc26f commit 6e3ec5aCopy full SHA for 6e3ec5a
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "homebridge-hsd",
3
"displayName": "Homebridge Gira Homeserver URL-Endpoint",
4
- "version": "1.1.2",
+ "version": "1.1.3",
5
"description": "Plugin to access KNX bus via Gira Homeserver",
6
"license": "MIT",
7
"keywords": [
@@ -37,7 +37,6 @@
37
},
38
"dependencies": {
39
"ws": "^8.14.2",
40
- "homebridge": ">1.6.1"
41
42
"devDependencies": {
43
"@types/jest": "^29.5.6",
@@ -48,7 +47,8 @@
48
47
"nodemon": "^3.0.1",
49
"rimraf": "^3.0.2",
50
"ts-node": "^10.9.1",
51
- "typescript": "^4.9.5"
+ "typescript": "^4.9.5",
+ "homebridge": ">1.6.1"
52
53
"scripts": {
54
"lint": "eslint src/**.ts --max-warnings=0",
0 commit comments