Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
- hb-zp-tools v0.0.1.
  • Loading branch information
ebaauw committed Jun 16, 2024
1 parent 04ec404 commit f900d7d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
28 changes: 28 additions & 0 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"author": "Erik Baauw",
"license": "Apache-2.0",
"version": "1.4.46-0",
"type": "module",
"keywords": [
"homebridge-plugin",
"homekit",
Expand All @@ -14,6 +13,7 @@
"sonos-zp",
"sonos-zoneplayer"
],
"type": "module",
"main": "index.js",
"bin": {
"zp": "cli/zp.js"
Expand All @@ -23,12 +23,13 @@
"node": "^20||^18"
},
"dependencies": {
"hb-zp-tools": "~0.0.1",
"he": "^1.2.0",
"homebridge-lib": "~7.0.3",
"xml2js": "~0.6.2"
},
"scripts": {
"prepare": "standard && rm -rf out && jsdoc -c jsdoc.json",
"prepare": "standard",
"test": "standard && echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit f900d7d

Please sign in to comment.