Skip to content

Commit

Permalink
Fix repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
rvetere committed Apr 14, 2024
1 parent e84cc25 commit fee3cfe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"displayName": "Homebridge Loxone Control",
"name": "homebridge-loxone-control",
"version": "1.2.1",
"version": "1.2.2",
"description": "Homebridge plugin to control a loxone system trough the web-interface - useful if you have zero access to the Miniserver",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/rvetere/homebridge-loxone-control.git"
"url": "https://github.com/rocket-monkey/homebridge-loxone-control.git"
},
"bugs": {
"url": "https://github.com/rvetere/homebridge-loxone-control/issues"
"url": "https://github.com/rocket-monkey/homebridge-loxone-control/issues"
},
"engines": {
"node": "^18.17.0 || ^20.11.0",
Expand All @@ -24,7 +24,8 @@
"prepublishOnly": "npm run lint && npm run build"
},
"keywords": [
"homebridge-plugin"
"homebridge-plugin",
"loxone"
],
"dependencies": {
"@homebridge/plugin-ui-utils": "1.0.0",
Expand Down

0 comments on commit fee3cfe

Please sign in to comment.