diff options
author | BuildTools <Noah Loomans> | 2017-01-08 19:57:36 +0100 |
---|---|---|
committer | BuildTools <Noah Loomans> | 2017-01-08 19:57:36 +0100 |
commit | 478352e5e7c449bbac5d969623ebd291223256d8 (patch) | |
tree | 95f4eb4dc5b4333a492cc3233174f86287b6708c /package.json | |
parent | a544597ff38b7468f2bff2d248ba0dfde4d05f92 (diff) |
use gzip compression
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 26f274b..184d026 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "body-parser": "~1.15.1", "browser-request": "^0.3.3", "cheerio": "^0.22.0", + "compression": "^1.6.2", "cookie-parser": "~1.4.3", "debug": "~2.2.0", "diacritics": "^1.2.3", |