Skip to content

Commit f7c18cc

Browse files
committed
1.2.0
1 parent 956985a commit f7c18cc

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

package.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
"name": "there-desktop",
33
"productName": "There",
44
"description": "Desktop client for There PM",
5-
"version": "1.1.0",
5+
"version": "1.2.0",
66
"main": "main/index.js",
77
"license": "MIT",
88
"author": {
99
"name": "There PM",
1010
"email": "[email protected]"
1111
},
12-
"contributors": ["Mohammad Rajabifard <[email protected]>"],
12+
"contributors": [
13+
"Mohammad Rajabifard <[email protected]>"
14+
],
1315
"devDependencies": {
1416
"babel-eslint": "8.2.1",
1517
"babel-plugin-polished": "1.1.0",
@@ -74,7 +76,11 @@
7476
"wenk": "1.0.7"
7577
},
7678
"lint-staged": {
77-
"*.js": ["yarn test-lint", "prettier --write", "git add"]
79+
"*.js": [
80+
"yarn test-lint",
81+
"prettier --write",
82+
"git add"
83+
]
7884
},
7985
"prettier": {
8086
"semi": false,
@@ -86,16 +92,24 @@
8692
"mac": {
8793
"category": "public.app-category.productivity",
8894
"icon": "main/static/icons/mac.icns",
89-
"target": ["zip"],
95+
"target": [
96+
"zip"
97+
],
9098
"extendInfo": {
9199
"LSUIElement": 1
92100
}
93101
},
94102
"win": {
95-
"target": ["squirrel"],
103+
"target": [
104+
"squirrel"
105+
],
96106
"icon": "main/static/icons/windows.ico"
97107
},
98-
"files": ["**/*", "!renderer", "renderer/out"],
108+
"files": [
109+
"**/*",
110+
"!renderer",
111+
"renderer/out"
112+
],
99113
"directories": {
100114
"buildResources": "public"
101115
}

0 commit comments

Comments
 (0)