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:
parent
4929e1a0ae
commit
37c063d409
1 changed files with 1 additions and 1 deletions
|
|
@ -21,6 +21,6 @@
|
|||
},
|
||||
"homepage": "https://github.com/adafruit/node_mpr121",
|
||||
"dependencies": {
|
||||
"i2c-bus": "^1.0.3"
|
||||
"i2c-bus": "^4.0.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue