diff --git a/package.json b/package.json index 85eb3a8..7ee5a91 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,16 @@ "productName": "There", "description": "Desktop client for There PM", "homepage": "https://there.team", - "version": "1.7.7", + "version": "1.7.8", "main": "main/index.js", "license": "MIT", "author": { "name": "There", "email": "support@there.team" }, - "contributors": ["Mohammad Rajabifard "], + "contributors": [ + "Mohammad Rajabifard " + ], "devDependencies": { "@zeit/next-css": "0.1.4", "babel-eslint": "8.2.1", @@ -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, @@ -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" @@ -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",