Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Sep 21, 2020
1 parent c9a2dc6 commit c727ead
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* jshint esversion: 9, -W030, node: true */
/* jshint esversion: 9, -W014, -W030, node: true */
"use strict";
module.exports = function (homebridge) {
let Deebot = require("./lib/deebot.js")(homebridge);
Expand Down
2 changes: 1 addition & 1 deletion lib/deebot.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* jshint esversion: 9, -W030, node: true */
/* jshint esversion: 9, -W014, -W030, node: true */
"use strict";
const deebot = require("ecovacs-deebot"),
nodeMachineId = require("node-machine-id");
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"hoover"
],
"engines": {
"homebridge": ">=0.4.50",
"node": ">=10.20.0"
"node": ">=10.0.0",
"homebridge": ">=1.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c727ead

Please sign in to comment.