We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2378a commit 6b0e882Copy full SHA for 6b0e882
1 file changed
package.json
@@ -20,8 +20,10 @@
20
"package:linux:arm64": "npm run build && electron-builder --linux AppImage deb tar.gz --arm64",
21
"package:linux:armv7l": "npm run build && electron-builder --linux AppImage deb tar.gz --armv7l"
22
},
23
- "author": "Tim Sinaeve",
24
- "email": "tim.sinaeve@gmail.com",
+ "author": {
+ "name": "Tim Sinaeve",
25
+ "email": "tim.sinaeve@gmail.com"
26
+ },
27
"license": "MIT",
28
"repository": {
29
"type": "git",
0 commit comments