Skip to content

Commit

Permalink
fixed autobind dependency (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
AirBorne04 authored Aug 16, 2018
1 parent cdea158 commit 027595e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@harmonyhub/client",
"version": "1.0.4",
"description": "@harmonyhub/client is a Node.JS library which allows you to interact with your Logitech Harmony Hub.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"version": "1.0.3",
"repository": {
"type": "git",
"url": "https://github.com/AirBorne04/harmonyhub.git"
Expand All @@ -24,15 +24,15 @@
"npm": ">=4.0.0"
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"node-xmpp-client": "^3.2.0",
"node-xmpp-stanza": "^1.1.1",
"debug": "^3.1.0",
"request": "^2.48.0"
},
"devDependencies": {
"@types/debug": "0.0.30",
"@types/node": "^10.5.7",
"autobind-decorator": "^2.1.0"
"@types/node": "^10.5.7"
},
"scripts": {
"build:watch": "tsc --watch",
Expand Down
6 changes: 3 additions & 3 deletions packages/discover/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@harmonyhub/discover",
"version": "1.0.4",
"description": "Discover available Logitech Harmony Hubs in the current network.",
"keywords": [
"logitech",
Expand Down Expand Up @@ -30,12 +31,11 @@
},
"homepage": "https://github.com/AirBorne04/harmonyhub",
"dependencies": {
"autobind-decorator": "^2.1.0",
"debug": "^3.1.0"
},
"devDependencies": {
"autobind-decorator": "^2.1.0",
"@types/debug": "0.0.30",
"@types/node": "^10.5.7"
},
"version": "1.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/homebridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"dependencies": {
"@harmonyhub/client": "^1.0.3",
"@harmonyhub/discover": "^1.0.3",
"autobind-decorator": "^2.1.0",
"debug": "^2.2.0",
"lodash": "^4.6"
},
"devDependencies": {
"autobind-decorator": "^2.1.0",
"@types/debug": "0.0.30",
"@types/node": "^10.5.7"
}
Expand Down

0 comments on commit 027595e

Please sign in to comment.