diff options
-rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 15e5404..1b912cc 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,14 @@ "name": "homebridge-beken", "version": "0.1.0", "description": "homebridge beken led plugin", - "repository": "git@pipeframe.xyz:lonkaars/beken-homebridge", "author": "lonkaars <loek@pipeframe.xyz>", "license": "MIT", "private": false, "main": "./index.js", + "repository": { + "type": "git", + "url": "https://github.com/lonkaars/homebridge-beken" + }, "keywords": [ "homebridge-plugin" ], |