Address a metadata issue that blocks camera support.

This commit is contained in:
Khaos Tian
2016-12-13 15:50:19 +08:00
parent 3a4830ee57
commit 600760884d

View File

@@ -1,7 +1,7 @@
{
"name": "homebridge",
"description": "HomeKit support for the impatient",
"version": "0.4.15",
"version": "0.4.16",
"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.4.19",
"hap-nodejs": "0.4.20",
"semver": "5.0.3",
"node-persist": "^0.0.8"
}