electron-toolkit icon indicating copy to clipboard operation
electron-toolkit copied to clipboard

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

Open AoDev opened this issue 6 years ago • 0 comments

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.

AoDev avatar Feb 13 '18 15:02 AoDev