homebridge-cync-app 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -1
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "homebridge-cync-app",
3
3
  "displayName": "Homebridge Cync App",
4
4
  "type": "module",
5
- "version": "0.1.0",
5
+ "version": "0.1.1",
6
6
  "private": false,
7
7
  "description": "Homebridge plugin that integrates your GE Cync account (via the Cync app/API) and exposes all supported devices: plugs, lights, switches, etc",
8
8
  "author": "Dustin Newell",
@@ -19,12 +19,17 @@
19
19
  "homebridge-plugin",
20
20
  "homebridge",
21
21
  "cync",
22
+ "ge",
22
23
  "ge cync",
24
+ "ge-lighting",
23
25
  "smart plug",
24
26
  "smart lights",
25
27
  "C by GE"
26
28
  ],
27
29
  "main": "dist/index.js",
30
+ "publishConfig": {
31
+ "access": "public"
32
+ },
28
33
  "homebridge": {
29
34
  "pluginType": "platform",
30
35
  "platform": "CyncAppPlatform"