diff options
| author | bobzel <zzzman@gmail.com> | 2023-05-05 09:37:13 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-05-05 09:37:13 -0400 |
| commit | 37f282f075f521fe9ece21e151a51ffd47016782 (patch) | |
| tree | 119b649bf4284ee0b608f99e3686344ccd506961 /package.json | |
| parent | 1c24114bbe8f69f61948f7531277305457926498 (diff) | |
fixed issues with webpages that use brotli encoding
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 70dcc1845..a812829ff 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "@types/bcrypt-nodejs": "0.0.30", "@types/bluebird": "^3.5.36", "@types/body-parser": "^1.19.2", + "@types/brotli": "^1.3.1", "@types/chai": "^4.3.0", "@types/color": "^3.0.3", "@types/connect-flash": "0.0.34", @@ -171,6 +172,7 @@ "bluebird": "^3.7.2", "body-parser": "^1.19.2", "bootstrap": "^4.6.1", + "brotli": "^1.3.3", "browndash-components": "^0.0.28", "browser-assert": "^1.2.1", "bson": "^4.6.1", |
