From 1d4a6909413a0009360995fb88c9cbbb39959134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ge=CC=81rondal=20Thibault?= Date: Tue, 1 Jan 2019 23:28:10 +0100 Subject: [PATCH] Fix NPM WARN: No repository field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's ```npm install``` stop complaining. Signed-off-by: Gérondal Thibault --- README.md | 2 -- package.json | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ab67ca..5133455 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,6 @@ cd tuyaapi_mqtt npm install //downloads codetheweb/tuyapi ``` -Ignore all Warnings. - This involves MIM of the connection. Instructions can be found here: https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md Create your configuration file: diff --git a/package.json b/package.json index b292c1d..ead3b48 100644 --- a/package.json +++ b/package.json @@ -13,5 +13,9 @@ "debug": "^3.2.6", "mqtt": "^2.18.8", "tuyapi": "github:codetheweb/tuyapi" + }, + "repository": { + "type": "git", + "url": "git://github.com/TheAgentK/tuya-mqtt.git" } }