update hap-nodejs dependency for node v6

This commit is contained in:
Khaos Tian
2016-04-29 10:23:15 -07:00
parent 35dfaabc69
commit 87050a2267

View File

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