Skip to content

Commit

Permalink
v1.11.2
Browse files Browse the repository at this point in the history
## [Version 1.11.2](https://github.com/donavanbecker/homebridge-rainbird/releases/tag/v1.11.2) (2023-11-26)

### What's Changed
- Housekeeping and updated dependencies.

**Full Changelog**: v1.11.1...v1.11.2
  • Loading branch information
donavanbecker committed Nov 26, 2023
1 parent 20d7c62 commit 6177a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "eslint src/**.ts",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run update && npm run lint && npm run build",
"prepublishOnly": "npm run lint && npm run build",
"postpublish": "npm run clean",
"clean": "rimraf ./dist",
"test": "eslint src/**.ts"
Expand Down

0 comments on commit 6177a3b

Please sign in to comment.