Skip to content

Commit

Permalink
removed old dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
StewartSnow committed Mar 11, 2018
1 parent bcbe0f7 commit eec5385
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const package = require('./package.json');
const exec = require('child_process').exec;
const osxScreensaver = require('osx-screensaver');
let Service, Characteristic;

// Set up homebridge
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-mac-screensaver",
"version": "0.1.0",
"version": "0.1.1",
"description": "Control your mac screensaver with HomeBridge",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit eec5385

Please sign in to comment.