refactor: code clean up

This commit is contained in:
Pierre CLEMENT
2018-01-03 12:12:45 +01:00
parent a02969a0dd
commit a33d616516
24 changed files with 371 additions and 1005 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-mi-devices",
"version": "1.0.0",
"version": "1.0.1",
"description": "A set of nodes to control some of the popular Xiaomi sensors which are connected to the Xiaomi Gateway, and the Gateway itself.",
"repository": {
"type": "git",
@@ -32,7 +32,9 @@
},
"dependencies": {
"cryptojs": "^2.5.3",
"mustache": "^2.3.0",
"miio": "0.13.0"
},
"engines": {
"node" : ">=4.4.5"
}
}