Skip to content

Commit

Permalink
Correct rxjs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stringbean committed Aug 25, 2020
1 parent 96227ef commit 86a938c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.1.2 (2020-08-25)

* Corrected dependency issue.

## 0.1.1 (2020-08-25)

* Added missing config file to published package.
Expand Down
6 changes: 2 additions & 4 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,7 +1,7 @@
{
"name": "@string-bean/homebridge-drayton-wiser",
"displayName": "Homebridge Drayton Wiser",
"version": "0.1.1",
"version": "0.1.2",
"description": "Homebridge plugin for Drayton Wiser heating systems",
"author": "Michael Stringer",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,7 +29,8 @@
],
"main": "dist/index.js",
"dependencies": {
"@string-bean/drayton-wiser-client": "^0.1.2"
"@string-bean/drayton-wiser-client": "^0.1.2",
"rxjs": "^6.6.2"
},
"devDependencies": {
"@tsconfig/node10": "^1.0.7",
Expand All @@ -40,7 +41,6 @@
"homebridge": "^1.1.2",
"node-fetch": "^2.6.0",
"prettier": "^2.1.0",
"rxjs": "^6.6.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
},
Expand Down

0 comments on commit 86a938c

Please sign in to comment.