diff --git a/.npmignore b/.npmignore index 616d4ced..7a6412fb 100644 --- a/.npmignore +++ b/.npmignore @@ -9,8 +9,8 @@ # Ignore client folder as it's being built into public/ folder # except for the specified files which are used by the server client/** -!client/js/libs/handlebars/ircmessageparser/findLinks.js -!client/js/libs/handlebars/ircmessageparser/cleanIrcMessage.js +!client/js/helpers/ircmessageparser/findLinks.js +!client/js/helpers/ircmessageparser/cleanIrcMessage.js !client/index.html.tpl public/js/bundle.vendor.js.map diff --git a/client/components/Channel.vue b/client/components/Channel.vue index 7ea4b53c..b60b514b 100644 --- a/client/components/Channel.vue +++ b/client/components/Channel.vue @@ -2,7 +2,7 @@ {{ channel.name }} {{ - channel.unread | roundBadgeNumber + unreadCount }}