Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
morajabi committed Sep 3, 2019
2 parents aeb8a69 + 7841660 commit 4e70474
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"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 @@ -91,11 +89,7 @@
"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 @@ -108,9 +102,7 @@
"mac": {
"category": "public.app-category.productivity",
"icon": "main/static/icons/mac.icns",
"target": [
"zip"
],
"target": ["zip"],
"darkModeSupport": true,
"extendInfo": {
"LSUIElement": 1,
Expand All @@ -121,11 +113,7 @@
"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 4e70474

Please sign in to comment.