From c6284198891ff78de35952a90728160c0fa26cab Mon Sep 17 00:00:00 2001 From: Mike Kormendy Date: Sat, 24 Jul 2021 22:39:13 -0500 Subject: [PATCH] Resorts funding options. --- .github/FUNDING.yml | 4 ++-- package.json | 32 ++++++++++++++++---------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index b3c6b0a..3d27564 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,3 @@ github: mkormendy -ko_fi: mikekormendy -custom: ["https://www.paypal.me/mikekormendy"] \ No newline at end of file +custom: ["https://www.paypal.me/mikekormendy"] +ko_fi: mikekormendy \ No newline at end of file diff --git a/package.json b/package.json index 90b1106..d0cb500 100644 --- a/package.json +++ b/package.json @@ -3,21 +3,7 @@ "name": "homebridge-konnected", "version": "1.1.4", "description": "Homebridge plugin for Konnected security alarm systems", - "author": "Mike Kormendy (https://mikekormendy.com)", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/mkormendy" - }, - { - "type": "ko-fi", - "url": "https://ko-fi.com/mikekormendy" - }, - { - "type": "individual", - "url": "https://www.paypal.me/mikekormendy" - } - ], + "author": "mkormendy", "license": "MIT", "homepage": "https://konnected.io", "repository": { @@ -97,5 +83,19 @@ "rimraf": "^3.0.2", "ts-node": "^10.0.0", "typescript": "^4.3.5" - } + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/mkormendy" + }, + { + "type": "paypal", + "url": "https://www.paypal.me/mikekormendy" + }, + { + "type": "ko-fi", + "url": "https://ko-fi.com/mikekormendy" + } + ] }