bumping package versions, fixing wc3 errors - seedlinux - Torrent indexing tool opensource torrents with share ratio's etc.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 1e7b2f1808900a53910ced52a7b2abfea83f5186
 (DIR) parent 1a5521dad4623d081a795545b7aec954d4f30904
 (HTM) Author: Jay Scott <jay@jayscott.co.uk>
       Date:   Wed,  5 Jul 2017 14:07:34 +0100
       
       bumping package versions, fixing wc3 errors
       
       Diffstat:
         M bin/www                             |       2 +-
         M package.json                        |      11 ++++++-----
         M views/layout.pug                    |       3 +--
       
       3 files changed, 8 insertions(+), 8 deletions(-)
       ---
 (DIR) diff --git a/bin/www b/bin/www
       @@ -5,7 +5,7 @@
         */
        
        var app = require('../app');
       -var debug = require('debug')('seedlinux:server');
       +var debug = require('debug');
        var http = require('http');
        
        /**
 (DIR) diff --git a/package.json b/package.json
       @@ -10,16 +10,17 @@
          },
          "dependencies": {
            "async": "^2.5.0",
       -    "body-parser": "~1.17.1",
       -    "cookie-parser": "~1.4.3",
       -    "debug": "~2.6.3",
       -    "express": "~4.15.2",
       +    "body-parser": "^1.17.2",
       +    "cookie-parser": "^1.4.3",
       +    "debug": "^2.6.8",
       +    "express": "^4.15.3",
            "flat": "^2.0.1",
       +    "forever": "^0.15.3",
            "helmet": "^3.6.1",
            "mongoose": "4.10.8",
            "morgan": "~1.8.1",
            "parse-torrent": "^5.8.3",
       -    "pug": "~2.0.0-beta11",
       +    "pug": "^2.0.0-rc.2",
            "webtorrent-health": "^1.1.1"
          },
          "devDependencies": {
 (DIR) diff --git a/views/layout.pug b/views/layout.pug
       @@ -2,7 +2,6 @@ doctype html
        html
          head
            meta(charset='utf-8')
       -    meta(http-equiv="X-UA-Compatible", content="IE=edge,chrome=1")
            meta(name='viewport', content='width=device-width, initial-scale=1.0')
            title= title
            link(rel='stylesheet', href='https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.10/semantic.min.css')
       @@ -10,7 +9,7 @@ html
          body
            .ui.secondary.menu
        
       -    img.ui.centered.medium.image(src='/images/logo.png')
       +    img.ui.centered.medium.image(src='/images/logo.png', alt='Site Logo')
            .sub.ui.centered.header= "Start Contributing to Open Source!"
        
            .ui.hidden.divider