HAP-NodeJS -> v0.0.3, publish v0.2.3

This commit is contained in:
Nick Farina
2015-11-04 06:18:57 -08:00
parent 752a5b7854
commit 974eef3ea8

View File

@@ -1,7 +1,7 @@
{ {
"name": "homebridge", "name": "homebridge",
"description": "HomeKit support for the impatient", "description": "HomeKit support for the impatient",
"version": "0.2.2", "version": "0.2.3",
"scripts": { "scripts": {
"dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true"
}, },
@@ -31,7 +31,7 @@
"dependencies": { "dependencies": {
"chalk": "^1.1.1", "chalk": "^1.1.1",
"commander": "2.8.1", "commander": "2.8.1",
"hap-nodejs": "0.0.2", "hap-nodejs": "0.0.3",
"semver": "5.0.3" "semver": "5.0.3"
} }
} }