Skip to content

Commit

Permalink
2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nt0xa committed Feb 2, 2021
1 parent c37c236 commit b891e58
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-mi-humidifier",
"version": "2.2.2",
"version": "2.2.3",
"description": "Xiaomi Mi Humidifier plugin for Homebridge",
"main": "dist/index.js",
"author": "russtone@yandex.ru",
Expand All @@ -12,7 +12,11 @@
"lint": "tsc --noEmit && eslint --ext ts src",
"watch": "tsc --watch"
},
"keywords": ["homebridge-plugin", "xiaomi", "humidifier"],
"keywords": [
"homebridge-plugin",
"xiaomi",
"humidifier"
],
"repository": {
"type": "git",
"url": "https://github.com/russtone/homebridge-mi-humidifier.git"
Expand All @@ -36,5 +40,8 @@
"prettier": "^2.1.2",
"typescript": "^4.0.3"
},
"files": ["dist", "config.schema.json"]
"files": [
"dist",
"config.schema.json"
]
}

0 comments on commit b891e58

Please sign in to comment.