Skip to content

Commit de0fa04

Browse files
committed
Fix axios dependency
1 parent 3fd96a8 commit de0fa04

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"private": false,
3-
"displayName": "Air Gradient",
3+
"displayName": "AirGradient",
44
"name": "homebridge-airgradient",
5-
"version": "1.0.1",
6-
"description": "Fetches air quality information from Air Gradient devices.",
5+
"version": "1.0.2",
6+
"description": "Fetches air quality information from AirGradient devices.",
77
"license": "Apache-2.0",
88
"repository": {
99
"type": "git",
@@ -12,6 +12,9 @@
1212
"bugs": {
1313
"url": "https://github.com/Smith8154/homebridge-airgradient/issues"
1414
},
15+
"dependencies": {
16+
"axios": "^0.21.1"
17+
},
1518
"engines": {
1619
"node": "^18.17.0 || ^20.9.0",
1720
"homebridge": "^1.6.0"

0 commit comments

Comments
 (0)