Skip to content

Commit

Permalink
fix typo that lead to broken 7.1.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Nov 7, 2020
1 parent b4c0c78 commit 23cbf0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addon_files/redmatic/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node-red-contrib-comfoair": "0.0.6",
"node-red-node-discovery": "0.0.22",
"node-red-contrib-chatbot": "0.19.7",
"node-red-contib-lgtv": "1.1.0",
"node-red-contrib-lgtv": "1.1.0",
"node-red-contrib-harmony-websocket": "2.2.4",
"node-red-contrib-loxone": "0.10.11"
}
Expand Down
1 change: 1 addition & 0 deletions licenses/nodejs
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,7 @@ The externally maintained libraries used by Node.js are:

- GYP, located at tools/gyp, is licensed as follows:
"""
Copyright (c) 2020 Node.js contributors. All rights reserved.
Copyright (c) 2009 Google Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redmatic",
"version": "7.1.0",
"version": "7.1.1",
"description": "Node-RED packaged as Homematic CCU addon",
"repository": "github:rdmtc/redmatic",
"private": true,
Expand Down Expand Up @@ -39,7 +39,7 @@
"bootstrap": "0.0.0 - 4.5.3",
"@fortawesome/fontawesome-free": "0.0.0 - 5.15.1",
"jquery": "0.0.0 - 3.5.1",
"node-red-contib-lgtv": "1.1.0",
"node-red-contrib-lgtv": "1.1.0",
"node-red-contrib-harmony-websocket": "2.2.4",
"node-red-contrib-loxone": "0.10.11"
},
Expand All @@ -55,4 +55,4 @@
"showdown": "^1.9.0",
"sync-request": "^6.1.0"
}
}
}

0 comments on commit 23cbf0f

Please sign in to comment.