Skip to content

Commit 3ee9083

Browse files
committed
v1.7.9
1 parent 2804bd8 commit 3ee9083

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

package.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
"productName": "There",
44
"description": "Desktop client for There PM",
55
"homepage": "https://there.team",
6-
"version": "1.7.8",
6+
"version": "1.7.9",
77
"main": "main/index.js",
88
"license": "MIT",
99
"author": {
1010
"name": "There",
1111
"email": "[email protected]"
1212
},
13-
"contributors": ["Mohammad Rajabifard <[email protected]>"],
13+
"contributors": [
14+
"Mohammad Rajabifard <[email protected]>"
15+
],
1416
"devDependencies": {
1517
"@zeit/next-css": "0.1.4",
1618
"babel-eslint": "8.2.1",
@@ -90,7 +92,11 @@
9092
"semver": "5.5.0"
9193
},
9294
"lint-staged": {
93-
"*.js": ["eslint --fix", "prettier --write", "git add"]
95+
"*.js": [
96+
"eslint --fix",
97+
"prettier --write",
98+
"git add"
99+
]
94100
},
95101
"prettier": {
96102
"semi": false,
@@ -103,7 +109,9 @@
103109
"mac": {
104110
"category": "public.app-category.productivity",
105111
"icon": "main/static/icons/mac.icns",
106-
"target": ["zip"],
112+
"target": [
113+
"zip"
114+
],
107115
"extendInfo": {
108116
"LSUIElement": 1,
109117
"NSUserNotificationAlertStyle": "alert"
@@ -113,7 +121,11 @@
113121
"target": "appx",
114122
"icon": "main/static/icons/windows.ico"
115123
},
116-
"files": ["**/*", "!renderer", "renderer/out"],
124+
"files": [
125+
"**/*",
126+
"!renderer",
127+
"renderer/out"
128+
],
117129
"appx": {
118130
"displayName": "There PM",
119131
"identityName": "11339MoRajabifard.TherePM",

0 commit comments

Comments
 (0)