Unlock version in package.json because we have npm-shrinkwrap.json now.

This commit is contained in:
Koen Kanters
2018-04-08 14:15:34 +02:00
parent c8c51e0118
commit c516973b4a
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -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
View File
@@ -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": "*"
}
}