Skip to content

Commit

Permalink
Fix IR light issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
ristomatti committed Nov 2, 2020
1 parent f7ab2a4 commit 0f0f8a2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-node-lifx",
"version": "0.10.1",
"version": "0.10.2",
"description": "Control LIFX lights using Node-RED.",
"author": "jdomeij",
"maintainers": [
Expand Down Expand Up @@ -35,12 +35,12 @@
"mocha": "^5.2.0"
},
"dependencies": {
"async": "^2.6.1",
"async": "^2.6.3",
"color-convert": "^1.9.2",
"color-space": "^1.16.0",
"color-temp": "0.0.2",
"enum": "^2.5.0",
"lifx-lan-client": "^1.0.2",
"lifx-lan-client": "^1.0.3",
"lodash": "^4.17.15"
},
"scripts": {
Expand Down

0 comments on commit 0f0f8a2

Please sign in to comment.