Skip to content

Commit 28fe0eb

Browse files
committed
fix: add author field for linux deb build
1 parent e0f2d4a commit 28fe0eb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"version": "0.1.6",
55
"type": "module",
66
"main": "dist-electron/main.js",
7+
"author": {
8+
"name": "Aditya Sharma",
9+
"email": "adityasharma.variable@gmail.com"
10+
},
711
"scripts": {
812
"dev": "vite",
913
"build": "tsc -b && vite build",

0 commit comments

Comments
 (0)