0.2.3 move to using uci logger, update dependencies,

master
David Kebler 2019-08-10 15:45:13 -07:00
parent 7fd5b20f76
commit cf7e5a5201
1 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@uci-utils/byte",
"version": "0.2.2",
"version": "0.2.3",
"description": "Byte Class and related functions",
"main": "src/byte.js",
"scripts": {
@ -28,12 +28,13 @@
},
"homepage": "https://github.com/uCOMmandIt/uci-utils#readme",
"dependencies": {
"bitwise": "^2.0.1"
"@uci-utils/logger": "^0.0.15",
"bitwise": "^2.0.3"
},
"devDependencies": {
"chai": "^4.2.0",
"esm": "^3.2.4",
"mocha": "^5.2.0",
"nodemon": "^1.18.10"
"esm": "^3.2.25",
"mocha": "^6.2.0",
"nodemon": "^1.19.1"
}
}