Skip to content

Commit

Permalink
preps for 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-hh committed Apr 3, 2016
1 parent f7bac7a commit 47a637b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var RaumfeldManager = require("node-raumfeld");
var loglevel = require("loglevel");
//var loglevel = require("loglevel");
var VolumeCharacteristic = require("./lib/VolumeCharacteristic");
//loglevel.setLevel("debug");

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-raumfeld",
"version": "0.0.3",
"version": "0.0.4",
"description": "Homebridge plugin for Raumfeld support: https://github.com/nfarina/homebridge",
"main": "index.js",
"scripts": {
Expand All @@ -26,6 +26,7 @@
"homebridge": ">=0.2.0"
},
"dependencies": {
"hap-nodejs": "^0.2.8",
"node-raumfeld": "^0.4.2"
},
"devDependencies": {
Expand Down

0 comments on commit 47a637b

Please sign in to comment.