Skip to content

Commit

Permalink
Use mime>=2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed Jul 12, 2018
1 parent 444154f commit 58b3f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
# express 3.0 was released late 2012
# gm 1.2.0 added extent and gravity
# mime 1.1.0 added extension
- MODULES="express@~3 [email protected] [email protected].0"
- MODULES="express@~3 [email protected] [email protected].5"
- MODULES=""
install:
- npm install $MODULES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"express": ">=3",
"gm": ">=1.2.0",
"mime": ">=2.0.0"
"mime": ">=2.0.5"
},
"devDependencies": {
"coveralls": "~2.11",
Expand Down

0 comments on commit 58b3f61

Please sign in to comment.