0.1.17 update uci socket

master
David Kebler 2019-03-24 11:52:23 -07:00
parent 655989164b
commit f257831d1a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@uci/i2c-bus",
"version": "0.1.16",
"version": "0.1.17",
"description": "I2c Bus Classes for Communication to I2C bus via socket or direct call",
"main": "src/bus",
"scripts": {
@ -32,7 +32,7 @@
"i2c-bus": "^4.0.7"
},
"dependencies": {
"@uci/base": "^0.1.16",
"@uci/base": "^0.1.18",
"@uci-utils/logger": "^0.0.13",
"better-try-catch": "^0.6.2",
"pify": "^4.0.1"