Skip to content

Commit

Permalink
Switch to sharp-papandreou (attempts to fix potential memory leaks).
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 13, 2016
1 parent f047ca7 commit 71c2184
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
Expand Up @@ -46,7 +46,7 @@ function getMockFileNameForContentType(contentType) {
isOperationByEngineNameAndName.gm.extract = true;

try {
sharp = require('sharp');
sharp = require('sharp-papandreou');
} catch (e) {}

try {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"passerror": "1.1.1",
"pngcrush": "1.0.0",
"pngquant": "1.0.0",
"sharp": "0.13.1",
"sharp-papandreou": "0.13.1-patch1",
"underscore": "1.8.3"
},
"optionalDependencies": {
Expand Down

0 comments on commit 71c2184

Please sign in to comment.