build: fix node-hid version number in deploy package.json

This commit is contained in:
Róbert Kiss
2017-10-29 09:33:33 +01:00
parent 90ab458d5f
commit 48567d420b

View File

@@ -14,6 +14,6 @@
"npm": ">=5.1.0 <6.0.0"
},
"dependencies": {
"node-hid": "0.5.4"
"node-hid": "0.5.7"
}
}