There was an error while loading. Please reload this page.
1 parent 15e2f87 commit bc087a1Copy full SHA for bc087a1
2 files changed
index.js
@@ -599,7 +599,7 @@ var icons = {
599
'+zip': 'box.png',
600
601
// specific mime type icons
602
- 'application/javascript': 'page_white_code_red.png',
+ 'text/javascript': 'page_white_code_red.png',
603
'application/json': 'page_white_code.png',
604
'application/msword': 'page_white_word.png',
605
'application/pdf': 'page_white_acrobat.png',
package.json
@@ -10,12 +10,12 @@
10
"url": "https://opencollective.com/express"
11
},
12
"dependencies": {
13
- "accepts": "~1.3.8",
+ "accepts": "^2.0.0",
14
"batch": "0.6.1",
15
"debug": "2.6.9",
16
"escape-html": "~1.0.3",
17
"http-errors": "~1.8.0",
18
- "mime-types": "~2.1.35",
+ "mime-types": "^3.0.2",
19
"parseurl": "~1.3.3"
20
21
"devDependencies": {
0 commit comments