Skip to content

Commit

Permalink
Separate dev and non-dev dependencies, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gormanb committed Dec 8, 2022
1 parent b32e698 commit 3b1bb14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Homebridge Connector Hub",
"name": "homebridge-connector-hub",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Homebridge plugin to expose Connector+ compatible window blinds to Homekit",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -42,7 +42,10 @@
"motor",
"talks"
],
"dependencies": {},
"dependencies": {
"dgram-as-promised": "^5.0.1",
"aes-js": "^3.1.2"
},
"devDependencies": {
"@types/node": "^16.10.9",
"@typescript-eslint/eslint-plugin": "^5.0.0",
Expand All @@ -52,8 +55,6 @@
"nodemon": "^2.0.13",
"rimraf": "^3.0.2",
"ts-node": "^10.3.0",
"typescript": "^4.4.4",
"dgram-as-promised": "^5.0.1",
"aes-js": "^3.1.2"
"typescript": "^4.4.4"
}
}

0 comments on commit 3b1bb14

Please sign in to comment.