PhilippLgh / electron-toolkit

Tools to make launching Electron apps easier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installer settings: pre-configured author field "fails" when it's an object

AoDev opened this issue · comments

commented

Hello,

In my package.json, I have this information as author:

  "author": {
    "name": "My name",
    "email": "My email",
    "url": "Some url"
  },

That translates into the following:

screen shot 2018-02-13 at 16 14 54

I suppose it's just a matter to support the different formats: npm package.json docs.