ADDED support for compression.

FIXED failing bug from prev versions.

UPDATED to v0.1.4.
This commit is contained in:
Eric Woodward 2018-01-10 22:04:52 -05:00
parent 2c6e502de2
commit d2f4a663e3
1 changed files with 2 additions and 1 deletions

View File

@ -1,12 +1,13 @@
{ {
"name": "@mysticbits/codex-mythica", "name": "@mysticbits/codex-mythica",
"version": "0.1.3", "version": "0.1.4",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "nodejs ./bin/www" "start": "nodejs ./bin/www"
}, },
"dependencies": { "dependencies": {
"body-parser": "~1.0.0", "body-parser": "~1.0.0",
"compression": "^1.7.1",
"cookie-parser": "~1.0.1", "cookie-parser": "~1.0.1",
"debug": "~0.7.4", "debug": "~0.7.4",
"ejs": "^2.5.7", "ejs": "^2.5.7",