Skip to content

Commit

Permalink
Update package.json to properly credit original author and fork maint…
Browse files Browse the repository at this point in the history
…ainer
  • Loading branch information
ninjaeon committed Dec 8, 2024
1 parent 2026ecb commit 8b391c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"start": "electron .",
"build": "electron-builder"
},
"author": "@ninjaeon<[email protected]>",
"author": "@nekupaw",
"contributors": [
"@ninjaeon<[email protected]>"
],
"license": "ISC",
"devDependencies": {
"electron": "^33.3.0",
Expand Down

0 comments on commit 8b391c9

Please sign in to comment.