Skip to content

Commit

Permalink
Merge pull request #43 from mifi/master
Browse files Browse the repository at this point in the history
Fix icns generation
  • Loading branch information
akabekobeko committed Nov 7, 2016
2 parents 067a312 + e6bb6ab commit ce581ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"mkdirp": "^0.5.1",
"node-uuid": "^1.4.7",
"pngjs": "^2.3.1",
"svg2png": "^3.0.0"
"svg2png": "3.1.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
Expand Down
6 changes: 1 addition & 5 deletions src/lib/icns-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ export const IcnsConstants = {
{ id: 'ic07', size: 128 },
{ id: 'ic08', size: 256 },
{ id: 'ic09', size: 512 },
{ id: 'ic10', size: 1024 },
{ id: 'ic11', size: 32 },
{ id: 'ic12', size: 64 },
{ id: 'ic13', size: 256 },
{ id: 'ic14', size: 512 }
{ id: 'ic10', size: 1024 }
]
};

Expand Down

0 comments on commit ce581ff

Please sign in to comment.