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)
This commit is contained in:
robmckinnon 2018-09-30 11:22:06 +01:00
parent 4929e1a0ae
commit 37c063d409

View file

@ -21,6 +21,6 @@
},
"homepage": "https://github.com/adafruit/node_mpr121",
"dependencies": {
"i2c-bus": "^1.0.3"
"i2c-bus": "^4.0.2"
}
}