diff --git a/package-lock.json b/package-lock.json index a489e67..605bf98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,22 @@ { "name": "homebridge-blaq", - "version": "0.2.15", + "version": "0.2.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-blaq", - "version": "0.2.15", + "version": "0.2.16", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/my-account" + }, + { + "type": "paypal", + "url": "https://paypal.me/kylemboyer" + } + ], "license": "Apache-2.0", "dependencies": { "bonjour-service": "^1.2.1", diff --git a/package.json b/package.json index ddd0069..343a868 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": false, "displayName": "Konnected BlaQ", "name": "homebridge-blaq", - "version": "0.2.15", + "version": "0.2.16", "description": "Control and view your garage door(s) remotely with real-time updates using Konnected's BlaQ hardware", "license": "Apache-2.0", "type": "module", @@ -54,5 +54,15 @@ }, "types": "./dist/index.d.ts", "homepage": "https://github.com/KyleBoyer/homebridge-blaq#readme", - "author": "" + "author": "Kyle Boyer", + "funding": [ + { + "type" : "github", + "url" : "https://github.com/sponsors/my-account" + }, + { + "type" : "paypal", + "url" : "https://paypal.me/kylemboyer" + } + ] }