Skip to content

Commit

Permalink
v1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
morajabi committed Jan 3, 2019
1 parent 2804bd8 commit 3ee9083
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
"productName": "There",
"description": "Desktop client for There PM",
"homepage": "https://there.team",
"version": "1.7.8",
"version": "1.7.9",
"main": "main/index.js",
"license": "MIT",
"author": {
"name": "There",
"email": "[email protected]"
},
"contributors": ["Mohammad Rajabifard <[email protected]>"],
"contributors": [
"Mohammad Rajabifard <[email protected]>"
],
"devDependencies": {
"@zeit/next-css": "0.1.4",
"babel-eslint": "8.2.1",
Expand Down Expand Up @@ -90,7 +92,11 @@
"semver": "5.5.0"
},
"lint-staged": {
"*.js": ["eslint --fix", "prettier --write", "git add"]
"*.js": [
"eslint --fix",
"prettier --write",
"git add"
]
},
"prettier": {
"semi": false,
Expand All @@ -103,7 +109,9 @@
"mac": {
"category": "public.app-category.productivity",
"icon": "main/static/icons/mac.icns",
"target": ["zip"],
"target": [
"zip"
],
"extendInfo": {
"LSUIElement": 1,
"NSUserNotificationAlertStyle": "alert"
Expand All @@ -113,7 +121,11 @@
"target": "appx",
"icon": "main/static/icons/windows.ico"
},
"files": ["**/*", "!renderer", "renderer/out"],
"files": [
"**/*",
"!renderer",
"renderer/out"
],
"appx": {
"displayName": "There PM",
"identityName": "11339MoRajabifard.TherePM",
Expand Down

0 comments on commit 3ee9083

Please sign in to comment.