Skip to content

Commit 756763f

Browse files
Update package.json
1 parent dbfdf78 commit 756763f

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

package.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homebridge-gpio-electric-rim-lock",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "Homebridge plugin to open electric rim locks via Raspberry Pi GPIO pins",
55
"main": "index.js",
66
"scripts": {
@@ -26,10 +26,17 @@
2626
"url": "https://github.com/roberto-montanari/homebridge-gpio-electric-rim-lock/issues"
2727
},
2828
"homepage": "https://github.com/roberto-montanari/homebridge-gpio-electric-rim-lock#readme",
29-
"funding": {
30-
"type": "buymeacoffee",
31-
"url": "https://buymeacoffee.com/roberto.montanari"
32-
},
29+
"funding": [
30+
{
31+
"type": "buymeacoffee",
32+
"url": "https://buymeacoffee.com/roberto.montanari"
33+
},
34+
{
35+
"type" : "ko-fi",
36+
"url" : "https://ko-fi.com/roberto1002"
37+
}
38+
],
39+
3340
"engines": {
3441
"node": "^18.17.0 || ^20.9.0 || ^22 || ^24",
3542
"homebridge": "^1.6.0 || ^2.0.0"

0 commit comments

Comments
 (0)