Skip to content

Commit 811ae1f

Browse files
committed
bumb version
1 parent b648ed7 commit 811ae1f

File tree

1 file changed

+12
-35
lines changed

1 file changed

+12
-35
lines changed

package.json

Lines changed: 12 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"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",
56
"main": "main.js",
67
"scripts": {
78
"start": "electron .",
@@ -10,34 +11,21 @@
1011
"dist": "webpack && build",
1112
"lint": "xo",
1213
"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"
1416
},
1517
"repository": "https://github.com/zehfernandes/pliim",
16-
"keywords": [
17-
"Electron",
18-
"presentation",
19-
"notifications",
20-
"hide"
21-
],
18+
"keywords": ["Electron", "presentation", "notifications", "hide"],
2219
"author": "Zeh Fernandes",
2320
"build": {
2421
"productName": "Pliim",
2522
"asar": false,
26-
"files": [
27-
"**/*",
28-
"!media${/*}"
29-
],
23+
"files": ["**/*", "!media${/*}"],
3024
"appId": "com.zehfernandes.pliim",
3125
"mac": {
3226
"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"]
4129
},
4230
"dmg": {
4331
"iconSize": 160,
@@ -82,20 +70,9 @@
8270
"xo": {
8371
"esnext": true,
8472
"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"],
9976
"parser": "babel-eslint",
10077
"rules": {
10178
"import/extensions": 0,

0 commit comments

Comments
 (0)