0.2.3 move to using uci logger, update dependencies,
parent
7fd5b20f76
commit
cf7e5a5201
11
package.json
11
package.json
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue