jaretburkett / electron-icon-maker

An icon generator to generate all the icon files needed for electron packaging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v0.0.4 is latest on npm, but it's not in the repo

scottnonnenberg opened this issue · comments

Please push the changes made for 0.0.4 to GitHub, so we can see what we're installing.

These are the changes I discovered when I installed it and diffed it, FYI for anyone else who is wondering...

diff node_modules/electron-icon-maker/package.json ../release/node_modules/electron-icon-maker/package.json
3c3
<   "version": "0.0.4",
---
>   "version": "0.0.3",
32c32
<     "icon-gen": "1.0.7",
---
>     "icon-gen": "^1.0.7",