aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.js2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/app.js b/app.js
index ad3df8e..54695c5 100644
--- a/app.js
+++ b/app.js
@@ -14,7 +14,7 @@ const app = express()
app.set('views', path.join(__dirname, 'views'))
app.set('view engine', 'jade')
-app.use(logger('dev'))
+app.use(logger('common'))
app.use(bodyParser.json())
app.use(bodyParser.urlencoded({ extended: false }))
app.use(cookieParser())
diff --git a/package.json b/package.json
index 8a52042..462fa81 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"debug": "~2.2.0",
"diacritics": "^1.2.3",
"encoding": "^0.1.12",
- "express": "~4.13.4",
+ "express": "^4.13.4",
"fuzzy": "^0.1.1",
"jade": "~1.11.0",
"left-pad": "^1.1.1",