* Update packages

* Remove application/x-arj from mimeUtils hack - is included in mime-db now.
This commit is contained in:
Bryan Ashby 2017-09-07 21:21:24 -06:00
parent bbd5ff7de3
commit 3f942871ae
2 changed files with 16 additions and 17 deletions

View file

@ -14,7 +14,6 @@ function startup(cb) {
// Add in types (not yet) supported by mime-db -- and therefor, mime-types
//
const ADDITIONAL_EXT_MIMETYPES = {
arj : 'application/x-arj',
ans : 'text/x-ansi',
gz : 'application/gzip', // not in mime-types 2.1.15 :(
};