Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz914 committed Jul 29, 2023
1 parent 865a997 commit 1d35d47
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Xbox TV",
"name": "homebridge-xbox-tv",
"version": "2.8.28",
"version": "2.9.0",
"description": "Homebridge plugin (https://github.com/homebridge/homebridge) to control Xbox game consoles.",
"license": "MIT",
"author": "grzegorz914",
Expand Down Expand Up @@ -37,7 +37,8 @@
"uuid": "^9.0.0",
"uuid-parse": "^1.1.0",
"ping": "^0.4.4",
"uuid4": "^2.0.3"
"uuid4": "^2.0.3",
"express": "^4.18.2"
},
"keywords": [
"homebridge",
Expand All @@ -48,8 +49,8 @@
"smartglass"
],
"funding": {
"type" : "github",
"url" : "https://github.com/sponsors/grzegorz914"
"type": "github",
"url": "https://github.com/sponsors/grzegorz914"
},
"contributors": [],
"scripts": {
Expand Down

0 comments on commit 1d35d47

Please sign in to comment.