Skip to content

Commit

Permalink
bumb version
Browse files Browse the repository at this point in the history
  • Loading branch information
zehfernandes committed Feb 9, 2018
1 parent b648ed7 commit 811ae1f
Showing 1 changed file with 12 additions and 35 deletions.
47 changes: 12 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "pliim",
"version": "1.2.0",
"description": "One click to hide desktop icons, turn off notifications and hide active apps",
"version": "1.3.0",
"description":
"One click to hide desktop icons, turn off notifications and hide active apps",
"main": "main.js",
"scripts": {
"start": "electron .",
Expand All @@ -10,34 +11,21 @@
"dist": "webpack && build",
"lint": "xo",
"postinstall": "electron-builder install-app-deps",
"package-mac": "webpack && electron-packager . --overwrite --platform=darwin --arch=x64 --icon=./app/img/icon.icns --prune=true --out=release-builds"
"package-mac":
"webpack && electron-packager . --overwrite --platform=darwin --arch=x64 --icon=./app/img/icon.icns --prune=true --out=release-builds"
},
"repository": "https://github.com/zehfernandes/pliim",
"keywords": [
"Electron",
"presentation",
"notifications",
"hide"
],
"keywords": ["Electron", "presentation", "notifications", "hide"],
"author": "Zeh Fernandes",
"build": {
"productName": "Pliim",
"asar": false,
"files": [
"**/*",
"!media${/*}"
],
"files": ["**/*", "!media${/*}"],
"appId": "com.zehfernandes.pliim",
"mac": {
"category": "public.app-category.productivity",
"target": [
"dmg",
"zip",
"mas"
],
"publish": [
"github"
]
"target": ["dmg", "zip", "mas"],
"publish": ["github"]
},
"dmg": {
"iconSize": 160,
Expand Down Expand Up @@ -82,20 +70,9 @@
"xo": {
"esnext": true,
"extends": [],
"extensions": [
"js",
"jsx"
],
"env": [
"node"
],
"globals": [
"document",
"Menu",
"path",
"tray",
"positioner"
],
"extensions": ["js", "jsx"],
"env": ["node"],
"globals": ["document", "Menu", "path", "tray", "positioner"],
"parser": "babel-eslint",
"rules": {
"import/extensions": 0,
Expand Down

0 comments on commit 811ae1f

Please sign in to comment.