Skip to content

Commit 6b0e882

Browse files
committed
Fix electron-builder author metadata
1 parent 3d2378a commit 6b0e882

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@
2020
"package:linux:arm64": "npm run build && electron-builder --linux AppImage deb tar.gz --arm64",
2121
"package:linux:armv7l": "npm run build && electron-builder --linux AppImage deb tar.gz --armv7l"
2222
},
23-
"author": "Tim Sinaeve",
24-
"email": "tim.sinaeve@gmail.com",
23+
"author": {
24+
"name": "Tim Sinaeve",
25+
"email": "tim.sinaeve@gmail.com"
26+
},
2527
"license": "MIT",
2628
"repository": {
2729
"type": "git",

0 commit comments

Comments
 (0)