|
1 | 1 | {
|
2 | 2 | "name": "pliim",
|
3 |
| - "version": "1.2.0", |
4 |
| - "description": "One click to hide desktop icons, turn off notifications and hide active apps", |
| 3 | + "version": "1.3.0", |
| 4 | + "description": |
| 5 | + "One click to hide desktop icons, turn off notifications and hide active apps", |
5 | 6 | "main": "main.js",
|
6 | 7 | "scripts": {
|
7 | 8 | "start": "electron .",
|
|
10 | 11 | "dist": "webpack && build",
|
11 | 12 | "lint": "xo",
|
12 | 13 | "postinstall": "electron-builder install-app-deps",
|
13 |
| - "package-mac": "webpack && electron-packager . --overwrite --platform=darwin --arch=x64 --icon=./app/img/icon.icns --prune=true --out=release-builds" |
| 14 | + "package-mac": |
| 15 | + "webpack && electron-packager . --overwrite --platform=darwin --arch=x64 --icon=./app/img/icon.icns --prune=true --out=release-builds" |
14 | 16 | },
|
15 | 17 | "repository": "https://github.com/zehfernandes/pliim",
|
16 |
| - "keywords": [ |
17 |
| - "Electron", |
18 |
| - "presentation", |
19 |
| - "notifications", |
20 |
| - "hide" |
21 |
| - ], |
| 18 | + "keywords": ["Electron", "presentation", "notifications", "hide"], |
22 | 19 | "author": "Zeh Fernandes",
|
23 | 20 | "build": {
|
24 | 21 | "productName": "Pliim",
|
25 | 22 | "asar": false,
|
26 |
| - "files": [ |
27 |
| - "**/*", |
28 |
| - "!media${/*}" |
29 |
| - ], |
| 23 | + "files": ["**/*", "!media${/*}"], |
30 | 24 | "appId": "com.zehfernandes.pliim",
|
31 | 25 | "mac": {
|
32 | 26 | "category": "public.app-category.productivity",
|
33 |
| - "target": [ |
34 |
| - "dmg", |
35 |
| - "zip", |
36 |
| - "mas" |
37 |
| - ], |
38 |
| - "publish": [ |
39 |
| - "github" |
40 |
| - ] |
| 27 | + "target": ["dmg", "zip", "mas"], |
| 28 | + "publish": ["github"] |
41 | 29 | },
|
42 | 30 | "dmg": {
|
43 | 31 | "iconSize": 160,
|
|
82 | 70 | "xo": {
|
83 | 71 | "esnext": true,
|
84 | 72 | "extends": [],
|
85 |
| - "extensions": [ |
86 |
| - "js", |
87 |
| - "jsx" |
88 |
| - ], |
89 |
| - "env": [ |
90 |
| - "node" |
91 |
| - ], |
92 |
| - "globals": [ |
93 |
| - "document", |
94 |
| - "Menu", |
95 |
| - "path", |
96 |
| - "tray", |
97 |
| - "positioner" |
98 |
| - ], |
| 73 | + "extensions": ["js", "jsx"], |
| 74 | + "env": ["node"], |
| 75 | + "globals": ["document", "Menu", "path", "tray", "positioner"], |
99 | 76 | "parser": "babel-eslint",
|
100 | 77 | "rules": {
|
101 | 78 | "import/extensions": 0,
|
|
0 commit comments