fix: Make documentation.js compatible with node 4.x for one more vers… · documentationjs/documentation@5067ee0

3 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -34,7 +34,7 @@

3434

"lodash": "^4.17.4",

3535

"mdast-util-inject": "^1.1.0",

3636

"micromatch": "^3.1.5",

37-

"mime": "^2.2.0",

37+

"mime": "^1.4.1",

3838

"module-deps-sortable": "4.0.6",

3939

"parse-filepath": "^1.0.2",

4040

"pify": "^3.0.0",

Original file line numberDiff line numberDiff line change

@@ -75,7 +75,7 @@ class Server extends EventEmitter {

7575

const file = this._files[i];

7676

const filePath = file.relative.split(sep).join('/');

7777

if (filePath === path) {

78-

response.writeHead(200, { 'Content-Type': mime.getType(path) });

78+

response.writeHead(200, { 'Content-Type': mime.lookup(path) });

7979

response.end(file.contents);

8080

return;

8181

}

Original file line numberDiff line numberDiff line change

@@ -4395,9 +4395,9 @@ mime-types@~2.1.17:

43954395

dependencies:

43964396

mime-db "~1.30.0"

43974397
4398-

mime@^2.2.0:

4399-

version "2.2.0"

4400-

resolved "https://registry.yarnpkg.com/mime/-/mime-2.2.0.tgz#161e541965551d3b549fa1114391e3a3d55b923b"

4398+

mime@^1.4.1:

4399+

version "1.6.0"

4400+

resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"

44014401
44024402

mimic-fn@^1.0.0:

44034403

version "1.1.0"