Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnos3 committed Nov 15, 2020
1 parent fcbb472 commit e0ab6c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ These nodes are based on a fork of the node-red-contrib-chromecast. It is for st

![nodes](images/appearance1.png?raw=true)

> This is still in development!
> Because I no longer use this node myself, there is unfortunately only limited support.

## Table of contents
Expand All @@ -36,7 +36,7 @@ These nodes are based on a fork of the node-red-contrib-chromecast. It is for st
- [Play local files](#play-local-files)
- [changing ip, url, contentType, streamType](#changing-ip-url-contenttype-streamtype)
- [Bugs and Feedback](#bugs-and-feedback)
- [:moneybag: Donations ![Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XDPSATTXBXHCL)](#moneybag-donations-img-src%22httpswwwpaypalcomcgi-binwebscrcmds-xclickhostedbuttonidxdpsattxbxhcl%22-alt%22donate%22)
- [:moneybag: Donations ![Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XDPSATTXBXHCL)](#moneybag-donations-)
- [LICENSE](#license)
- [Other](#other)

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-cast",
"version": "0.2.15",
"version": "0.2.16",
"description": "NodeRED nodes to for Chromecast and Google Home",
"keywords": [
"node-red",
Expand Down Expand Up @@ -70,16 +70,16 @@
},
"dependencies": {
"castv2-client": "^1.2.0",
"google-tts-api": ">=0.0.4",
"google-tts-api": ">=0.0.5",
"bonjour": "^3.5.0"
},
"devDependencies": {
"camo-purge": "^1.0.2",
"eslint": "^6.8.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-jsdoc": "^22.1.0",
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-node": "^11.0.0"
"eslint": "^7.13.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-jsdoc": "^30.7.8",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-node": "^11.1.0"
},
"disabledSettings": {
"plugins-disabled": [
Expand Down

0 comments on commit e0ab6c9

Please sign in to comment.