mirror of
https://github.com/lehanspb/tuya-mqtt.git
synced 2025-12-18 00:10:20 +00:00
Merge pull request #6 from Tycale/fix_package_json
Fix package.json and package-lock.json
This commit is contained in:
@@ -17,8 +17,6 @@ cd tuyaapi_mqtt
|
|||||||
npm install //downloads codetheweb/tuyapi
|
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
|
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:
|
Create your configuration file:
|
||||||
|
|||||||
649
package-lock.json
generated
649
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -13,5 +13,9 @@
|
|||||||
"debug": "^3.2.6",
|
"debug": "^3.2.6",
|
||||||
"mqtt": "^2.18.8",
|
"mqtt": "^2.18.8",
|
||||||
"tuyapi": "github:codetheweb/tuyapi"
|
"tuyapi": "github:codetheweb/tuyapi"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/TheAgentK/tuya-mqtt.git"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user