Skip to content

Commit 0b45e01

Browse files
mehdiraizedclaude
andcommitted
fix: add author email required by Linux electron-builder for .deb package
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bb6cc1f commit 0b45e01

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"version": "1.0.0",
44
"description": "Desktop application for Infinite Monitor – AI-powered dashboard builder",
55
"main": "electron/main.js",
6-
"author": "Infinite Monitor",
6+
"author": {
7+
"name": "Infinite Monitor",
8+
"email": "hi@infinitemonitor.app",
9+
"url": "https://github.com/mehdiraized/infinite-monitor-desktop"
10+
},
711
"license": "MIT",
812
"packageManager": "pnpm@10.32.1",
913
"scripts": {

0 commit comments

Comments
 (0)