From 752553287ff2fb5ae154b5fafea1544a399a67f2 Mon Sep 17 00:00:00 2001 From: Foxi352 Date: Fri, 1 Jul 2016 22:18:20 +0200 Subject: [PATCH] Updates packages file with git repo url's --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8124191..90ade03 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,11 @@ "homebridge-plugin" ], "repository": { - "type": "git", - "url": "git://github.com/example/homebridge.git" + "type": "https", + "url": "https://github.com/Foxi352/homebridge-smarthomeng.git" }, "bugs": { - "url": "http://github.com/example/homebridge/issues" + "url": "https://github.com/Foxi352/homebridge-smarthomeng/issues" }, "engines": { "node": ">=0.12.0",