From 386cf34827d7ec4554d877dc920cfa35d06afb3a Mon Sep 17 00:00:00 2001 From: Khaos Tian Date: Mon, 15 Feb 2016 19:23:38 -0800 Subject: [PATCH] Update hap-nodejs to 0.2.3 so the reachability for existing accessories will be correct. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63b36c9..e96f1cc 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "chalk": "^1.1.1", "commander": "2.8.1", - "hap-nodejs": "0.2.0", + "hap-nodejs": "0.2.3", "semver": "5.0.3" } }