Updating drone and package.json
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Brandon Watson
2021-12-29 18:02:35 -05:00
parent 22daeb8875
commit 8bf06215af
3 changed files with 499 additions and 104 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@watsonb8/homebridge-hue-chase",
"version": "1.1.0",
"version": "1.1.1",
"description": "A Phillips Hue add on for creating chase sequences.",
"main": "bin/index.js",
"publishConfig": {
@ -31,10 +31,10 @@
"dependencies": {
"@types/node": "^13.1.2",
"@types/node-hue-api": "^2.3.0",
"homebridge": "^0.4.50",
"node-hue-api": "^4.0.0"
},
"devDependencies": {
"homebridge": "^0.4.53",
"typescript": "^4.5.4"
}
}
}