Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoen66 authored Nov 10, 2023
1 parent aa75539 commit 04b6fa8
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
Expand Up @@ -2,7 +2,7 @@
"private": false,
"displayName": "Platform PDU",
"name": "homebridge-platform-pdu",
"version": "0.1.8",
"version": "0.1.9",
"description": "A Homebridge plugin for Raritan and APC PDUs.",
"license": "ISC",
"keywords": [
Expand All @@ -19,8 +19,8 @@
"url": "https://github.com/ecoen66/homebridge-platform-pdu/issues"
},
"engines": {
"node": ">=14.18.1",
"homebridge": ">=1.3.5"
"node": ">=20.9.0",
"homebridge": ">=1.7.0"
},
"main": "dist/index.js",
"scripts": {
Expand All @@ -38,7 +38,7 @@
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"eslint": "^8.0.1",
"homebridge": "^1.3.5",
"homebridge": "^1.7.0",
"nodemon": "^2.0.14",
"rimraf": "^3.0.2",
"ts-node": "^10.3.0",
Expand Down

0 comments on commit 04b6fa8

Please sign in to comment.