homebridge-levoit-humidifiers 1.6.0-beta2 → 1.6.0-beta3

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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +12 -2
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # Homebridge Levoit Humidifiers
2
+ [![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
2
3
 
3
4
  This is a Homebridge plugin to control Levoit Humidifiers via the VeSync Platform.
4
5
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName": "Levoit Humidifiers",
5
5
  "main": "dist/index.js",
6
6
  "license": "Apache-2.0",
7
- "version": "1.6.0-beta2",
7
+ "version": "1.6.0-beta3",
8
8
  "private": false,
9
9
  "bugs": {
10
10
  "url": "https://github.com/pschroeder89/homebridge-levoit-humidifiers/issues"
@@ -50,5 +50,15 @@
50
50
  ],
51
51
  "types": "./dist/index.d.ts",
52
52
  "homepage": "https://github.com/pschroeder89/homebridge-levoit-humidifiers#readme",
53
- "author": "Paul Schroeder"
53
+ "author": "Paul Schroeder",
54
+ "funding": [
55
+ {
56
+ "type" : "github",
57
+ "url" : "https://github.com/sponsors/pschroeder89"
58
+ },
59
+ {
60
+ "type" : "paypal",
61
+ "url" : "https://www.paypal.me/pschroeder89"
62
+ }
63
+ ]
54
64
  }