Merge pull request #8 from robmckinnon/upgrade-i2c-bus

Upgrade i2c-bus to ^4.0.2
This commit is contained in:
Limor "Ladyada" Fried 2018-10-06 15:55:18 -07:00 committed by GitHub
commit b399f63272
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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