Comparing version 3.0.0 to 3.0.1
@@ -24,3 +24,3 @@ // Generated by CoffeeScript 1.9.3 | ||
extname = require('path').extname; | ||
extname = require('path-ex').extname; | ||
@@ -27,0 +27,0 @@ extractTypeRegExp = /^\s*([^;\s]*)(?:;|\s|$)/; |
{ | ||
"name": "mime-type", | ||
"description": "the custom content-type utility can work with mime-db.", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"contributors": [ | ||
@@ -21,2 +21,3 @@ "Riceball LEE https://github.com/snowyu", | ||
"minimatch": "^2.0.8", | ||
"path-ex": "0.0.1", | ||
"util-ex": "^0.3.4" | ||
@@ -31,3 +32,5 @@ }, | ||
}, | ||
"pre-commit": ["test"], | ||
"pre-commit": [ | ||
"test" | ||
], | ||
"files": [ | ||
@@ -34,0 +37,0 @@ "HISTORY.md", |
Sorry, the diff of this file is not supported yet
25859
4
+ Addedpath-ex@0.0.1
+ Addedpath-ex@0.0.1(transitive)