2 Commits

Author SHA1 Message Date
Khaos Tian
d9d58855cd 0.4.22 2017-07-02 14:46:27 -07:00
Khaos Tian
3acded3ea2 Bump hap-nodejs version.
This version addressed connectivity problem with node 8.0
2017-07-02 14:46:23 -07:00

View File

@@ -1,7 +1,7 @@
{ {
"name": "homebridge", "name": "homebridge",
"description": "HomeKit support for the impatient", "description": "HomeKit support for the impatient",
"version": "0.4.21", "version": "0.4.22",
"scripts": { "scripts": {
"dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true"
}, },
@@ -26,7 +26,7 @@
"dependencies": { "dependencies": {
"chalk": "^1.1.1", "chalk": "^1.1.1",
"commander": "2.8.1", "commander": "2.8.1",
"hap-nodejs": "0.4.26", "hap-nodejs": "0.4.27",
"semver": "5.0.3", "semver": "5.0.3",
"node-persist": "^0.0.8" "node-persist": "^0.0.8"
} }