From e44446bf1ba90024961c3100864e8bb585ff1859 Mon Sep 17 00:00:00 2001 From: Preston Date: Sat, 6 Mar 2021 15:25:29 -0500 Subject: [PATCH] Use fork of live chat module for temp fix --- package-lock.json | 5 ++--- package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3afb00ec..4866de6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18281,9 +18281,8 @@ "dev": true }, "youtube-chat": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/youtube-chat/-/youtube-chat-1.1.0.tgz", - "integrity": "sha512-cf0shf4HB4h6kHzBKKWkKa2dCbiV+Xwt9BLyTrXWvRiwsuWfT0HITjhoe6BvpFaJRu6teCH+qbaIVvYa+tHgog==", + "version": "git+https://github.com/IcedCoffeee/youtube-chat.git#3e20049c605e58a9de14c1df6d50cce7ca01d214", + "from": "git+https://github.com/IcedCoffeee/youtube-chat.git", "requires": { "axios": "^0.19.2" } diff --git a/package.json b/package.json index 21b9de64..a98e5e46 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "vue-router": "^3.5.1", "vuex": "^3.6.2", "xml2json": "^0.12.0", - "youtube-chat": "^1.1.0", + "youtube-chat": "git+https://github.com/IcedCoffeee/youtube-chat.git", "youtube-suggest": "^1.1.0", "yt-channel-info": "^1.3.0", "yt-comment-scraper": "^3.0.2",