Skip to content

Commit

Permalink
Switch to gm-papandreou 1.23.0-patch1 (no longer causes a stray 'erro…
Browse files Browse the repository at this point in the history
…r' event when the gm binary isn't found).
  • Loading branch information
papandreou committed Sep 14, 2016
1 parent 447c03d commit 60c14e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/getFilterInfosAndTargetContentTypeFromQueryString.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*global JSON*/
var Stream = require('stream'),
_ = require('underscore'),
gm = require('gm'),
gm = require('gm-papandreou'),
mime = require('mime'),
createAnimatedGifDetector = require('animated-gif-detector'),
exifReader = require('exif-reader-paras20xx'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bluebird": "3.3.4",
"createerror": "1.1.0",
"exif-reader-paras20xx": "1.1.1",
"gm": "1.19.0",
"gm-papandreou": "1.23.0-patch1",
"hijackresponse": "1.1.0",
"httperrors": "2.0.1",
"icc": "0.0.2",
Expand Down

0 comments on commit 60c14e6

Please sign in to comment.