From: Luigi Pinca Date: Sat, 3 May 2014 07:29:59 +0000 (+0200) Subject: replaced `static-favicon` with the new `serve-favicon` middleware X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=ac9721262c7385e31d78c84d1e985b6c9ed675d9;p=binbsis50.git replaced `static-favicon` with the new `serve-favicon` middleware --- diff --git a/app.js b/app.js index e007301..bdeb7d3 100644 --- a/app.js +++ b/app.js @@ -4,7 +4,7 @@ var errorHandler = require('./lib/middleware/errorHandler') , express = require('express') - , favicon = require('static-favicon') + , favicon = require('serve-favicon') , http = require('http') , port = require('./config').port , session = require('express-session') diff --git a/package.json b/package.json index db851dd..0dbec93 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "primus-emitter": "3.0.x", "primus-rooms": "3.0.x", "redis": "0.10.x", - "static-favicon": "1.0.x", + "serve-favicon": "2.0.x", "uglify-js": "2.4.x", "ws": "0.4.x" }, @@ -34,5 +34,5 @@ "start": "node app.js" }, "subdomain": "binb", - "version": "0.4.7-2" + "version": "0.4.7-3" }