Skip to content

Commit 7af822c

Browse files
committed
Fix deb build: add required author.email and homepage fields
1 parent 6e29362 commit 7af822c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

electron/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"name": "auto-note",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "AutoNote — lecture notes generator from Canvas recordings",
5+
"homepage": "https://github.com/nodeeeeee/Auto-Note",
6+
"author": {
7+
"name": "nodeeeeee",
8+
"email": "autonote@users.noreply.github.com"
9+
},
510
"main": "main.js",
611
"scripts": {
712
"start": "electron .",

0 commit comments

Comments
 (0)