Skip to content

Commit

Permalink
chore: Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jasper-seinhorst committed Mar 10, 2024
1 parent 6fa4fa1 commit a2fc792
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:

strategy:
matrix:
# the Node.js versions to build on
node-version: [18.x, 20.x]

steps:
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-homewizard-power-consumption",
"displayName": "Homebridge Homewizard Power Consumption",
"version": "1.4.0",
"displayName": "Homewizard Power Consumption",
"version": "1.5.0",
"description": "See current power consumption and power return in Homekit",
"license": "Apache-2.0",
"author": "Jasper Seinhorst",
Expand All @@ -13,7 +13,7 @@
"url": "https://github.com/jasper-seinhorst/homebridge-homewizard-power-consumption/issues"
},
"engines": {
"node": ">=14.18.1",
"node": ">=18",
"homebridge": ">=1.3.5"
},
"main": "dist/index.js",
Expand All @@ -29,8 +29,10 @@
"homewizard",
"eco",
"power-consumption",
"power-return",
"solar",
"solar-panels"
"solar-panels",
"p1"
],
"devDependencies": {
"@types/node": "^20.11.25",
Expand Down

0 comments on commit a2fc792

Please sign in to comment.