Skip to content

Commit

Permalink
Add proper author and maintainer email addresses for Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjaeon committed Dec 8, 2024
1 parent 8b391c9 commit 2e789d2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@
"start": "electron .",
"build": "electron-builder"
},
"author": "@nekupaw",
"author": {
"name": "@nekupaw",
"email": "[email protected]"
},
"contributors": [
"@ninjaeon<[email protected]>"
{
"name": "@ninjaeon",
"email": "[email protected]"
}
],
"license": "ISC",
"devDependencies": {
Expand Down Expand Up @@ -41,7 +47,8 @@
"AppImage",
"deb",
"rpm"
]
],
"maintainer": "[email protected]"
},
"mac": {
"target": [
Expand Down

0 comments on commit 2e789d2

Please sign in to comment.