Skip to content

Commit ac3ad16

Browse files
committed
fix: npm init -y broke my code a bit :P
1 parent a091746 commit ac3ad16

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"build:linux-appimage": "electron-builder --linux appimage",
1111
"build:linux-installer": "electron-builder --linux deb"
1212
},
13-
"author": "changeInBuild <get@changedin.build>",
13+
"author": {
14+
"name": "changeInBuild",
15+
"email": "get@changedin.build"
16+
},
1417
"license": "MIT",
1518
"dependencies": {
1619
"adm-zip": "^0.5.16",

0 commit comments

Comments
 (0)