Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiegenthaler committed Nov 26, 2023
1 parent 16bb823 commit 6121d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hueget",
"version": "0.6.3",
"version": "0.6.4",
"description": "A simple API that converts the Philips Hue API PUT to GET requests, allowing control of Philips Hue lights via http GET requests",
"main": "hueget.js",
"scripts": {
Expand Down Expand Up @@ -30,6 +30,6 @@
"stdio": "^2.1.1"
},
"engines": {
"node": "^20.10.0"
"node": "^20"
}
}

0 comments on commit 6121d04

Please sign in to comment.