Skip to content

Commit

Permalink
Resorts funding options.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkormendy committed Jul 25, 2021
1 parent f659a08 commit c628419
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github: mkormendy
ko_fi: mikekormendy
custom: ["https://www.paypal.me/mikekormendy"]
custom: ["https://www.paypal.me/mikekormendy"]
ko_fi: mikekormendy
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,7 @@
"name": "homebridge-konnected",
"version": "1.1.4",
"description": "Homebridge plugin for Konnected security alarm systems",
"author": "Mike Kormendy <[email protected]> (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": {
Expand Down Expand Up @@ -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"
}
]
}

0 comments on commit c628419

Please sign in to comment.