Skip to content

Commit

Permalink
node and config.json change
Browse files Browse the repository at this point in the history
  • Loading branch information
Plankske committed Aug 28, 2024
1 parent e431ce3 commit 0011aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"schema": {
"type": "object",
"properties": {
"platform": {
"name": {
"type": "string",
"title": "Platform Name",
"default": "HomebridgeVirtualSwitches",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"main": "dist/index.js",
"engines": {
"node": "^20.16.0",
"node": "^20.16.0 || ^18.20.4",
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
},
"scripts": {
Expand Down

0 comments on commit 0011aa1

Please sign in to comment.