mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 05:24:29 +00:00
Unlock version in package.json because we have npm-shrinkwrap.json now.
This commit is contained in:
Generated
+3
-1
@@ -1752,7 +1752,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-shepherd": {
|
||||
"version": "git+https://github.com/zigbeer/zigbee-shepherd.git#b536bcdc4fe89b6433c58a8ba09672c88b0002c6",
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd/-/zigbee-shepherd-0.3.0.tgz",
|
||||
"integrity": "sha1-RuuAnjOUEYZN9421OwHUkc9XOZ0=",
|
||||
"requires": {
|
||||
"areq": "0.2.0",
|
||||
"busyman": "0.3.0",
|
||||
|
||||
+3
-3
@@ -23,8 +23,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/AndrewLinden/xiaomi-zb2mqtt#readme",
|
||||
"dependencies": {
|
||||
"mqtt": "^2.13.0",
|
||||
"perfy": "^1.1.2",
|
||||
"zigbee-shepherd": "git+https://github.com/zigbeer/zigbee-shepherd.git"
|
||||
"mqtt": "*",
|
||||
"perfy": "*",
|
||||
"zigbee-shepherd": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user