Skip to content

Commit

Permalink
fix: Make compatible with pnpm 10 (#26546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Mar 1, 2025
1 parent 063aba1 commit 29d25ae
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.1.1-dev",
"description": "Zigbee to MQTT bridge using Zigbee-herdsman",
"main": "index.js",
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@10.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/Koenkk/zigbee2mqtt.git"
Expand Down Expand Up @@ -91,7 +91,13 @@
"pnpm": {
"overrides": {
"zigbee-herdsman": "$zigbee-herdsman"
}
},
"onlyBuiltDependencies": [
"@serialport/bindings-cpp",
"esbuild",
"sd-notify",
"unix-dgram"
]
},
"bin": {
"zigbee2mqtt": "cli.js"
Expand Down

0 comments on commit 29d25ae

Please sign in to comment.