0.1.14 update uci -socket

master
David Kebler 2019-03-24 11:46:10 -07:00
parent 7b4c532bdb
commit 0f33f7c38b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@uci/i2c-device",
"version": "0.1.13",
"version": "0.1.14",
"description": "Device Classes for I2C Interfacing",
"main": "src/device",
"scripts": {
@ -26,7 +26,7 @@
},
"homepage": "https://github.com/uCOMmandIt/i2c#readme",
"dependencies": {
"@uci/base": "^0.1.16",
"@uci/base": "^0.1.18",
"@uci-utils/logger": "0.0.13"
},
"devDependencies": {