Skip to content

Commit

Permalink
Merge pull request #22 from rsporny/bugfix/23-plugin-dependencies
Browse files Browse the repository at this point in the history
issue #23: fix plugin dependencies
  • Loading branch information
rsporny authored Sep 27, 2020
2 parents b77b741 + 15a50f6 commit 9c8ee02
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Node image",
"image": "node:14.11-buster",
"extensions": ["dbaeumer.vscode-eslint"]
}
103 changes: 103 additions & 0 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-gpio-blinds",
"version": "1.1.2",
"version": "1.1.3",
"description": "Homebridge plugin to control blinds via Raspberry Pi GPIO pins",
"license": "MIT",
"keywords": [
Expand All @@ -10,20 +10,20 @@
"gpio",
"blinds",
"window-blinds",
"window-covering",
"homekit"
],
"repository": {
"type": "git",
"url": "https://github.com/rsporny/homebridge-gpio-blinds"
},
"dependencies": {
"rpio": "^0.9.12",
"rpio": "^2.2.0",
"underscore": "^1.8.3",
"node-persist": "^2.1.0"
},
"engines": {
"homebridge": ">=0.4.6",
"node": ">=6.6.0"
"homebridge": ">=1.2.3"
},
"maintainers": [
{
Expand Down

0 comments on commit 9c8ee02

Please sign in to comment.