Skip to content

Commit

Permalink
Update mime minimum versions to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnolan23 committed Jul 12, 2018
1 parent ea88b69 commit 444154f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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] mime@1.1.0"
- MODULES="express@~3 [email protected] mime@2.0.0"
- MODULES=""
install:
- npm install $MODULES
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "image-proxy",
"version": "0.0.7",
"description": "A simple image proxy optimized for headshots",
"keywords": ["image", "proxy"],
"keywords": [
"image",
"proxy"
],
"homepage": "https://github.com/jpmckinney/image-proxy",
"bugs": "https://github.com/jpmckinney/image-proxy/issues",
"license": "MIT",
Expand All @@ -20,7 +23,7 @@
"dependencies": {
"express": ">=3",
"gm": ">=1.2.0",
"mime": ">=1.1.0"
"mime": ">=2.0.0"
},
"devDependencies": {
"coveralls": "~2.11",
Expand Down

0 comments on commit 444154f

Please sign in to comment.