Skip to content

Commit

Permalink
Bump to v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
teohhanhui committed Jun 28, 2016
1 parent 4fede3d commit b857b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-resizer",
"version": "1.4.5",
"version": "1.4.6",
"description": "On-the-fly image resizing and optimization using node and sharp (libvips). Heroku ready!",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/streams/resize.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = function () {

var r = sharp(image.contents);

// never enlarge an image beyonds its original size
// never enlarge an image beyond its original size
r.withoutEnlargement();

// if allowed auto rotate images, very helpful for photos off of an iphone
Expand Down

0 comments on commit b857b46

Please sign in to comment.