From 0ed000189bb8665f87b5a681b8f23bb1c1f47665 Mon Sep 17 00:00:00 2001 From: Roy Date: Sat, 21 Jul 2018 21:23:08 +0200 Subject: [PATCH] Update serialport version: --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 655feae..faa31d8 100755 --- a/package.json +++ b/package.json @@ -6,18 +6,15 @@ "keywords": [ "homebridge-plugin" ], - "repository": { "type": "git", "url": "https://github.com/rooi/homebridge-marantz-rs232.git" }, - "engines": { "node": ">=0.12.0", "homebridge": ">=0.2.0" }, - "dependencies": { - "serialport": "==4.0.3" + "serialport": "^6.2.0" } }