Skip to content

Commit 04d35bf

Browse files
Update package.json
1 parent 75db34a commit 04d35bf

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homebridge-gpio-electic-rim-lock",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"description": "Homebridge plugin to open electric rim locks via Raspberry Pi GPIO pins",
55
"main": "index.js",
66
"scripts": {
@@ -12,6 +12,9 @@
1212
},
1313
"keywords": [
1414
"homebridge-plugin",
15+
"homebridge",
16+
"homekit",
17+
"smart home",
1518
"electic rim lock",
1619
"tiro"
1720
],
@@ -21,9 +24,13 @@
2124
"url": "https://github.com/roberto-montanari/homebridge-gpio-electic-rim-lock/issues"
2225
},
2326
"homepage": "https://github.com/roberto-montanari/homebridge-gpio-electic-rim-lock#readme",
27+
"funding": {
28+
"type": "buymeacoffee",
29+
"url": "https://buymeacoffee.com/roberto.montanari"
30+
},
2431
"engines": {
25-
"node": ">=0.12.0",
26-
"homebridge": ">=0.2.0 || ^2.0.0"
32+
"node": "^18.17.0 || ^20.9.0 || ^22 || ^24",
33+
"homebridge": "^1.6.0 || ^2.0.0"
2734
},
2835
"dependencies": {
2936
"rpio": ">=0.9.12"

0 commit comments

Comments
 (0)