-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
node-lox-ws-api 0.4.5-bugfix3 so you don't have to build binary depen…
…dencies of WebSocket-Node
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "node-red-contrib-loxone", | ||
"version": "0.10.10", | ||
"version": "0.10.11", | ||
"description": "Connecting the Loxone Miniserver to node-red via Websocket API", | ||
"license": "MIT", | ||
"keywords": [ | ||
|
@@ -12,12 +12,12 @@ | |
"loxone": "loxone/loxone.js" | ||
} | ||
}, | ||
"author": "Patrik Mayer <[email protected]> <https://www.codm.de/)", | ||
"author": "Patrik Mayer <[email protected]> (https://www.codm.de/)", | ||
"contributors": [ | ||
"Dustin Utecht <[email protected]> (https://www.codm.de/)" | ||
], | ||
"dependencies": { | ||
"node-lox-ws-api": "github:codm/node-lox-ws-api#0.4.5-bugfix2" | ||
"node-lox-ws-api": "github:codm/node-lox-ws-api#0.4.5-bugfix3" | ||
}, | ||
"repository": "codmpm/node-red-contrib-loxone" | ||
} |