Skip to content

Commit f505163

Browse files
committed
Update package.json
* add dist:macos script * bump version * update productName
1 parent f82c071 commit f505163

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "hackmd-desktop",
3-
"productName": "HackMD Desktop",
4-
"version": "0.0.1",
3+
"productName": "HackMD",
4+
"version": "0.0.2",
55
"description": "HackMD desktop client",
66
"main": "main.js",
77
"scripts": {
88
"dev": "cross-env NODE_ENV=development electron .",
99
"start": "cross-env NODE_ENV=production electron .",
1010
"dist": "build -mwl",
11+
"dist:macos": "build -m",
1112
"dist:linux": "build --linux deb"
1213
},
13-
"author": "Yukai Huang <[email protected]> (https://yukaii.tw)",
14+
"author": "HackMD (https://hackmd.io)",
1415
"license": "MIT",
1516
"devDependencies": {
1617
"cross-env": "^3.1.4",

0 commit comments

Comments
 (0)