WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 80e4262

Browse files
committed
deps: mime-types@~2.1.5
1 parent db92827 commit 80e4262

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ unreleased
22
==========
33

44
* Fix type error when given invalid type to match against
5+
* deps: mime-types@~2.1.5
6+
- Add new mime types
57

68
1.6.6 / 2015-07-31
79
==================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"repository": "jshttp/type-is",
1111
"dependencies": {
1212
"media-typer": "0.3.0",
13-
"mime-types": "~2.1.4"
13+
"mime-types": "~2.1.5"
1414
},
1515
"devDependencies": {
1616
"istanbul": "0.3.18",

0 commit comments

Comments
 (0)