Skip to content

Commit 87db4b7

Browse files
authored
Merge pull request #158 from realityking/mime
Fix: upgrade mime to version 2.5
2 parents 301e572 + fdff9b1 commit 87db4b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
registry=http://registry.npmjs.org
2-
save-exact=true
2+
save-prefix='~'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"make-dir": "~3.1.0",
27-
"mime": "~2.4.6",
27+
"mime": "~2.5.2",
2828
"minimatch": "~3.0.4",
2929
"xxhashjs": "~0.2.2"
3030
},

0 commit comments

Comments
 (0)