From 285b36014e7f734a9d11b8e1982764951d85a396 Mon Sep 17 00:00:00 2001 From: crashdummymch Date: Sat, 16 Feb 2019 10:32:50 -0500 Subject: [PATCH] package.json version update (#13) I kept running into problems with the version of tuyapi set to the original value and kept exiting with exit code 99. When I updated the version to the latest version in github for tuyapi all issues were resolved. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ead3b48..cf5a0b5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "color-convert": "^1.9.3", "debug": "^3.2.6", "mqtt": "^2.18.8", - "tuyapi": "github:codetheweb/tuyapi" + "tuyapi": "^3.2.3" }, "repository": { "type": "git",