Adding drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Brandon Watson
2021-06-02 22:12:50 -04:00
parent b65306e3d5
commit 1c56844be2
3 changed files with 462 additions and 421 deletions

View File

@ -1,34 +1,34 @@
{
"name": "homebridge-hue-chase",
"version": "1.0.0",
"description": "A Phillips Hue add on for creating chase sequences.",
"main": "bin/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@watsonb8.ddns.net:2122/home/homebridge-hue-chase.git"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"homekit",
"hue",
"phillips",
"typescript"
],
"author": "Brandon Watson",
"license": "ISC",
"engines": {
"homebridge": ">=0.4.21",
"node": ">=7.6.0"
},
"dependencies": {
"@types/node": "^13.1.2",
"@types/node-hue-api": "^2.3.0",
"homebridge": "^0.4.50",
"node-hue-api": "^4.0.0"
}
"name": "homebridge-hue-chase",
"version": "1.1.0",
"description": "A Phillips Hue add on for creating chase sequences.",
"main": "bin/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@watsonb8.ddns.net:2122/home/homebridge-hue-chase.git"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"homekit",
"hue",
"phillips",
"typescript"
],
"author": "Brandon Watson",
"license": "ISC",
"engines": {
"homebridge": ">=0.4.21",
"node": ">=7.6.0"
},
"dependencies": {
"@types/node": "^13.1.2",
"@types/node-hue-api": "^2.3.0",
"homebridge": "^0.4.50",
"node-hue-api": "^4.0.0"
}
}