We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82c071 commit f505163Copy full SHA for f505163
package.json
@@ -1,16 +1,17 @@
1
{
2
"name": "hackmd-desktop",
3
- "productName": "HackMD Desktop",
4
- "version": "0.0.1",
+ "productName": "HackMD",
+ "version": "0.0.2",
5
"description": "HackMD desktop client",
6
"main": "main.js",
7
"scripts": {
8
"dev": "cross-env NODE_ENV=development electron .",
9
"start": "cross-env NODE_ENV=production electron .",
10
"dist": "build -mwl",
11
+ "dist:macos": "build -m",
12
"dist:linux": "build --linux deb"
13
},
- "author": "Yukai Huang <[email protected]> (https://yukaii.tw)",
14
+ "author": "HackMD (https://hackmd.io)",
15
"license": "MIT",
16
"devDependencies": {
17
"cross-env": "^3.1.4",
0 commit comments