Skip to content

Commit

Permalink
Removing yarn lock, package security updates and fix for msnbc stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Montoulieu committed May 17, 2019
1 parent 543c899 commit a917259
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 11,510 deletions.
59 changes: 37 additions & 22 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newswire",
"version": "0.0.5",
"version": "0.0.6",
"author": "Pieter Montoulieu <pi.mont@icloud.com>",
"description": "A modern desktop frontend for live cable news streams",
"license": "gpl-3.0",
Expand Down Expand Up @@ -62,9 +62,10 @@
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0-rc.17",
"cheerio": "^1.0.0-rc.3",
"electron-settings": "^3.2.0",
"electron-util": "^0.11.0",
"hls.js": "^0.12.4",
"jquery": "^3.3.1",
"jquery": "^3.4.1",
"mousetrap": "^1.6.3",
"request": "^2.88.0",
"request-promise": "^4.2.4",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/ChannelList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default {
favorite: false
},
'MSNBC': {
url: 'https://www.watchnews.pro/msnbc-news.html',
url: 'https://www.watchnews.pro/msnbc-2.html',
logo: {
url: 'static/svg/logo/msnbc.svg',
height: 22
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="sidebar col-md-3 order-1 px-0 border-right border-dark text-left">
<header class="d-flex align-items-end pt-4 pb-3">
<h1 class="font-weight-800 letter-spacing-1 text-left pl-4 pt-3 mb-0 d-inline-block">Newswire</h1>
<span class="version bg-primary ml-2 mb-2 px-1 d-inline-block rounded">alpha {{ versionNumber }}</span>
<span class="version bg-primary ml-3 mb-2 px-1 d-inline-block rounded">alpha {{ versionNumber }}</span>
</header>
<channel-list :currentChannel="currentChannel" :channels="channels" @open-stream="openStream" @destroy-stream="destroyStream"/>
<!-- <footer class="pt-3 pl-3"></footer> -->
Expand Down
Loading

0 comments on commit a917259

Please sign in to comment.