Skip to content

Commit

Permalink
Fix halos on android legacy icons (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeirola authored Aug 16, 2019
1 parent 8fe133c commit 25ba5f7
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 47 deletions.
77 changes: 32 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"fs-extra": ">=3.0.0",
"sharp": ">=0.22.0",
"sharp": ">=0.23.0",
"svg2vectordrawable": "2.6.16"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/index-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe("index", () => {
});

it("generates files from example matching fixtures", () =>
testFixture("example", 0.13));
testFixture("example", 0.14));

it("generates files from white matching fixtures", () =>
testFixture("white", 0.06));
Expand Down

0 comments on commit 25ba5f7

Please sign in to comment.