0.1.24 bump version for @uci-utils/byte
parent
bbe8ee511c
commit
c497e0fd27
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uci/mcp",
|
||||
"main": "src",
|
||||
"version": "0.1.23",
|
||||
"version": "0.1.24",
|
||||
"description": "Classes and Helper Functions for using the MCP chip on I2C Bus",
|
||||
"scripts": {
|
||||
"relays": "node -r esm examples/relays",
|
||||
|
@ -31,7 +31,7 @@
|
|||
"dependencies": {
|
||||
"@uci/i2c-device": "^0.1.13",
|
||||
"@uci-utils/logger": "0.0.13",
|
||||
"@uci-utils/byte": "^0.2.1"
|
||||
"@uci-utils/byte": "^0.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2",
|
||||
|
|
Loading…
Reference in New Issue