Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Commit

Permalink
npm no longer automatically installed serve-favicon, body-parser, and…
Browse files Browse the repository at this point in the history
… serve-static - so add them to package.json
  • Loading branch information
Christopher De Cairos committed Sep 30, 2016
1 parent b660216 commit 24a862a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -6,6 +6,7 @@
"main": "app.js",
"dependencies": {
"async": "0.2.9",
"body-parser": "^1.15.2",
"bower": "1.3.8",
"compression": "^1.6.2",
"express": "^4.14.0",
Expand All @@ -20,6 +21,8 @@
"node-statsd": "0.0.7",
"noxmox": "0.2.4",
"nunjucks": "0.1.10",
"serve-favicon": "^2.3.0",
"serve-static": "^1.11.1",
"webmaker-download-locales": "^0.2.5",
"webmaker-i18n": "0.3.28",
"webmaker-locale-mapping": "0.0.5",
Expand Down

0 comments on commit 24a862a

Please sign in to comment.