3 Commits

Author SHA1 Message Date
Nick Farina
7a561f8754 Move slackin deployment to mitigate NodeJS security issue 2017-07-14 15:06:21 -07:00
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
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[![Slack Status](https://homebridge-slackin.herokuapp.com/badge.svg)](https://homebridge-slackin.herokuapp.com)
[![Slack Status](https://homebridge-slackin.herokuapp.com/badge.svg)](https://slackin-xiwztisllv.now.sh)
# Homebridge

View File

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