Skip to content

Commit 481d737

Browse files
committed
Update package.json
1 parent a294cef commit 481d737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"scripts": {
88
"dev": "cross-env NODE_ENV=development electron .",
99
"start": "cross-env NODE_ENV=production electron .",
10-
"dist": "build -mwl",
10+
"dist": "build -mw --linux deb",
1111
"dist:macos": "build -m",
1212
"dist:linux": "build --linux deb"
1313
},
14-
"author": "HackMD (https://hackmd.io)",
14+
"author": "HackMD <[email protected]> (https://hackmd.io)",
1515
"license": "MIT",
1616
"devDependencies": {
1717
"cross-env": "^3.1.4",

0 commit comments

Comments
 (0)