Skip to content

Commit

Permalink
Move vastra-radiator-valve to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwych committed Dec 23, 2023
1 parent 20243c0 commit bac6e77
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Vastra Radiator Valve",
"name": "homebridge-vastra-radiator-valve",
"version": "1.0.1",
"version": "1.0.2",
"description": "Homebridge integration for Vastra's radiator valves",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -29,7 +29,9 @@
"keywords": [
"homebridge-plugin"
],
"dependencies": {},
"dependencies": {
"vastra-radiator-valve": "^1.1.1"
},
"devDependencies": {
"@types/node": "^18.16.20",
"@typescript-eslint/eslint-plugin": "^5.62.0",
Expand All @@ -39,7 +41,6 @@
"nodemon": "^2.0.22",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"vastra-radiator-valve": "^1.1.1"
"typescript": "^4.9.5"
}
}

0 comments on commit bac6e77

Please sign in to comment.