diff --git a/app.js b/app.js index cd21ec94b0..bcb2d2944c 100755 --- a/app.js +++ b/app.js @@ -42,7 +42,7 @@ app.use(app.router); app.use(express.static(path.join(__dirname, 'public'))); // development only -if ('development' == app.get('env')) { +if ('development' === app.get('env')) { app.use(express.errorHandler()); } diff --git a/package.json b/package.json index 51af98f3d1..3aacb99718 100755 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "connect-flash": "*", "express": "*", "forever": "*", - "fb": "*", + "request": "*", "geoip-lite": "*", "jade": "*", "less-middleware": "*", @@ -22,6 +22,7 @@ "passport-google-oauth": "*", "sendgrid": "*", "tumblr.js": "*", + "fb": "*", "node-foursquare": "*" } } diff --git a/views/layout.jade b/views/layout.jade index 47bf9d2dd0..df2b6a284f 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -48,5 +48,3 @@ html a(href='/logout') Logout .container block content - -