Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dxdc committed Feb 9, 2022
1 parent 83c7edc commit a2b55f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"esversion": 8,
"node": true
}
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,7 @@ Bond Bridge Pro supports the `SetPosition` command, which allows for finer-tuned
},
"motion_time": 24000,
"response_lag": 1000,
"success_codes": [
200, 204
],
"success_codes": [200, 204],
"verbose": true
}
```
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-blinds",
"version": "1.3.25",
"version": "1.3.26",
"description": "A homebridge plugin to control my blinds",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -33,17 +33,17 @@
"license": "ISC",
"dependencies": {
"http-auth": "^4.1.9",
"jsonata": "^1.8.5",
"jsonata": "^1.8.6",
"node-persist": "^2.1.0",
"request": "^2.88.2",
"requestretry": "^4.1.2",
"selfsigned": "^1.10.11"
},
"devDependencies": {
"eslint": "^8.1.0",
"eslint": "^8.8.0",
"eslint-plugin-json": "^3.1.0",
"markdown-spellcheck": "^1.3.1",
"prettier": "^2.4.1",
"prettier": "^2.5.1",
"rimraf": "^3.0.2"
}
}

0 comments on commit a2b55f1

Please sign in to comment.