We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd96a8 commit de0fa04Copy full SHA for de0fa04
package.json
@@ -1,9 +1,9 @@
1
{
2
"private": false,
3
- "displayName": "Air Gradient",
+ "displayName": "AirGradient",
4
"name": "homebridge-airgradient",
5
- "version": "1.0.1",
6
- "description": "Fetches air quality information from Air Gradient devices.",
+ "version": "1.0.2",
+ "description": "Fetches air quality information from AirGradient devices.",
7
"license": "Apache-2.0",
8
"repository": {
9
"type": "git",
@@ -12,6 +12,9 @@
12
"bugs": {
13
"url": "https://github.com/Smith8154/homebridge-airgradient/issues"
14
},
15
+ "dependencies": {
16
+ "axios": "^0.21.1"
17
+ },
18
"engines": {
19
"node": "^18.17.0 || ^20.9.0",
20
"homebridge": "^1.6.0"
0 commit comments