Skip to content

Commit

Permalink
Updated homebridge dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
snowdd1 committed Mar 4, 2016
1 parent f34e4ab commit 51bbb48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-knx",
"version": "0.2.6",
"version": "0.2.7",
"description": "homebridge shim for KNX home automation",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@

"engines": {
"node": ">4.0.0",
"homebridge": "^0.2.0"
"homebridge": "^0.3.0"
},

"repository": {
Expand All @@ -30,7 +30,7 @@

"dependencies": {
"eibd": "^0.3.1",
"hapi": "^11.1.0"
"hapi": "^13.0.0"
},

"author": {
Expand All @@ -52,4 +52,4 @@
},

"homepage": "https://github.com/snowdd1/homebridge-knx"
}
}

0 comments on commit 51bbb48

Please sign in to comment.