Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dxdc committed Dec 27, 2020
1 parent c04f127 commit 3ec1d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "homebridge-blinds",
"version": "1.3.23-beta.1",
"version": "1.3.23",
"description": "A homebridge plugin to control my blinds",
"main": "index.js",
"scripts": {
"format": "prettier --write config.schema.json .eslintrc.json *.js",
"format": "prettier --write config.schema.json .eslintrc.json *.js *.md",
"lint": "eslint *.js *.json",
"test": "echo \"Error: no test specified\" && exit"
},
Expand Down

0 comments on commit 3ec1d1d

Please sign in to comment.