Skip to content

Commit

Permalink
Merge pull request #57 from prasad-edlabadka/bug/heater-fix-version
Browse files Browse the repository at this point in the history
version change
  • Loading branch information
prasad-edlabadka authored Jul 13, 2022
2 parents 3319e53 + 04040bd commit 819e9db
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
30 changes: 28 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"displayName": "Homebridge Tuya IR Platform",
"name": "homebridge-tuya-ir",
"version": "1.0.0",
"version": "1.0.1",
"description": "Allows homebridge to control Tuya IR Blaster based devices",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -33,6 +33,8 @@
],
"dependencies": {
"crypto-js": "^4.0.0",
"escape-html": "^1.0.3",
"http": "^0.0.1-security",
"request": "^2.88.2"
},
"devDependencies": {
Expand Down

0 comments on commit 819e9db

Please sign in to comment.