We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a091746 commit ac3ad16Copy full SHA for ac3ad16
package.json
@@ -10,7 +10,10 @@
10
"build:linux-appimage": "electron-builder --linux appimage",
11
"build:linux-installer": "electron-builder --linux deb"
12
},
13
- "author": "changeInBuild <get@changedin.build>",
+ "author": {
14
+ "name": "changeInBuild",
15
+ "email": "get@changedin.build"
16
+ },
17
"license": "MIT",
18
"dependencies": {
19
"adm-zip": "^0.5.16",
0 commit comments