Skip to content

Commit

Permalink
Using gifsicle-stream-paras20xx@0.3.2 now (will change back to gifsic…
Browse files Browse the repository at this point in the history
…le-stream when oohnoitz/node-gifsicle-stream#4 gets accepted)
  • Loading branch information
Priyank Parashar committed May 2, 2016
1 parent ff12642 commit 0a8dccd
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 @@ -50,7 +50,7 @@ try {
} catch (e) {}

try {
Gifsicle = require('gifsicle-stream');
Gifsicle = require('gifsicle-stream-paras20xx');
} catch (e) {}

if (sharp) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"compression": "1.6.1",
"coveralls": "2.11.4",
"express": "4.13.4",
"gifsicle-stream": "0.2.0",
"gifsicle-stream-paras20xx": "0.3.2",
"istanbul": "0.4.0",
"jshint": "2.9.1-rc1",
"magicpen": "5.5.0",
Expand Down

0 comments on commit 0a8dccd

Please sign in to comment.