diff options
author | Noah Loomans <noahloomans@gmail.com> | 2016-09-14 18:50:31 +0200 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2016-09-14 18:50:31 +0200 |
commit | c83f9a65ef1c207ee6ef503f55893fd26aa6d39f (patch) | |
tree | 9887a87c89197973d226005f5a5ab5aa0305593e | |
parent | 838048c7f70066e551931259fdc2c2cb2c4fa30f (diff) |
update package.json and change logtype
-rw-r--r-- | app.js | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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", |