Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Fixed #8 Dependency Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Öberg committed Mar 30, 2016
1 parent 974869d commit b5ef92b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# node-red-contrib-tellstick changelog

## 2.1.3
Fixed [dependency warning](https://github.com/emiloberg/node-red-contrib-tellstick/issues/8). Thanks [Hexagon](https://github.com/Hexagon).

## 2.1.2

Bumped [telldus](https://github.com/Hexagon/node-telldus) dependency to 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-tellstick",
"version": "2.1.2",
"version": "2.1.3",
"description": "Send/receive data to/from a Tellstick. Switch light off/on, listen to remotes/sensors.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"is_js": "^0.7.1",
"telldus": "1.0.0",
"telldus": ">=1.0.0",
"when": "^3.7.2"
}
}

0 comments on commit b5ef92b

Please sign in to comment.