Skip to content

Commit b857b46

Browse files
committed
Bump to v1.4.6
1 parent 4fede3d commit b857b46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "image-resizer",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"description": "On-the-fly image resizing and optimization using node and sharp (libvips). Heroku ready!",
55
"main": "index.js",
66
"scripts": {

src/streams/resize.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = function () {
4343

4444
var r = sharp(image.contents);
4545

46-
// never enlarge an image beyonds its original size
46+
// never enlarge an image beyond its original size
4747
r.withoutEnlargement();
4848

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

0 commit comments

Comments
 (0)