0.2.19 update base dep which has better socket error handling

master
David Kebler 2019-04-28 10:34:23 -07:00
parent 378dd51ad1
commit dbd8ef3347
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@uci/interrupt",
"main": "src",
"version": "0.2.18",
"version": "0.2.19",
"description": "a class for adding interrupt processesing for gpio pins on Raspberry Pi and Similar SBCs",
"scripts": {
"single": "node -r esm examples/single",
@ -29,7 +29,7 @@
"homepage": "https://github.com/uCOMmandIt/uci-interrrupt#readme",
"dependencies": {
"@uci-utils/logger": "0.0.14",
"@uci/base": "^0.1.20",
"@uci/base": "^0.1.21",
"death": "^1.1.0",
"onoff": "^4.1.1"
},