2 Commits

Author SHA1 Message Date
4519edf679 Updating publish creds
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-28 20:22:18 -05:00
6794d58594 Bumping version
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-28 20:18:44 -05:00
3 changed files with 48 additions and 47 deletions

View File

@ -54,7 +54,8 @@ steps:
- name: publish tagged version - name: publish tagged version
image: plugins/npm image: plugins/npm
settings: settings:
username: admin username:
from_secret: npm_username
password: password:
from_secret: npm_password from_secret: npm_password
email: brandon@watsonlabs.net email: brandon@watsonlabs.net

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@watsonb8/homebridge-harmony-control", "name": "@watsonb8/homebridge-harmony-control",
"version": "1.1.0", "version": "1.2.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@watsonb8/homebridge-harmony-control", "name": "@watsonb8/homebridge-harmony-control",
"version": "1.1.0", "version": "1.2.0",
"description": "Homebridge platform to control smart home equipment by room.", "description": "Homebridge platform to control smart home equipment by room.",
"main": "bin/index.js", "main": "bin/index.js",
"publishConfig": { "publishConfig": {