From c1d8a7cf4eb5136d4028c9dd323536f242c5d6ff Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 15 Jan 2020 20:35:34 +0100 Subject: [PATCH] npm: Support node-10 using abandonware i2c Forwarded: https://github.com/bbx10/node-htu21d/pull/3 Change-Id: I53949ef73742b6f21c3745d74771bb3790c9a747 Signed-off-by: Philippe Coval --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ff7853..2e1e6a1 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "license": "MIT", "homepage": "http://github.com/bbx10/node-htu21d.git", "dependencies": { - "i2c": ">=0.1.7" + "@abandonware/i2c": ">=0.2.4-1" } }