Merge pull request #6 from Tycale/fix_package_json

Fix package.json and package-lock.json
This commit is contained in:
TheAgentK
2019-01-02 19:26:15 +01:00
committed by GitHub
3 changed files with 141 additions and 516 deletions

View File

@@ -17,8 +17,6 @@ cd tuyaapi_mqtt
npm install //downloads codetheweb/tuyapi
```
Ignore all Warnings.
This involves MIM of the connection. Instructions can be found here: https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md
Create your configuration file:

649
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,5 +13,9 @@
"debug": "^3.2.6",
"mqtt": "^2.18.8",
"tuyapi": "github:codetheweb/tuyapi"
},
"repository": {
"type": "git",
"url": "git://github.com/TheAgentK/tuya-mqtt.git"
}
}
}