Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiegenthaler committed Aug 17, 2024
1 parent 3dde0d4 commit a727226
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.7.1",
"version": "0.7.2",
"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 All @@ -25,7 +25,7 @@
"author": "Jochen Siegenthaler (https://github.com/jsiegenthaler)",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8",
"axios": "^1.7.4",
"express": "^4.19.2",
"stdio": "^2.1.3"
},
Expand Down

0 comments on commit a727226

Please sign in to comment.