From 37c063d409b8b0d2a0396f6262e73b7db8746605 Mon Sep 17 00:00:00 2001 From: robmckinnon Date: Sun, 30 Sep 2018 11:22:06 +0100 Subject: [PATCH] Upgrade i2c-bus to ^4.0.2 Attempt to fix this error: TypeError: domain.enter is not a function at topLevelDomainCallback (domain.js:101:12) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6eeb7fc..f61085d 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ }, "homepage": "https://github.com/adafruit/node_mpr121", "dependencies": { - "i2c-bus": "^1.0.3" + "i2c-bus": "^4.0.2" } }