Skip to content

Commit

Permalink
👻 Foco - stable v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akashnimare committed Sep 16, 2016
1 parent a610030 commit 941060d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Foco",
"version": "0.0.2",
"version": "0.0.3",
"productName": "Foco",
"description": "Stay focused with Foco and boosts productivity 🚀 by creating perfect productive environment.",
"author": "Akash Nimare",
Expand All @@ -16,7 +16,9 @@
"scripts": {
"test": "standard",
"start": "electron .",
"build:osx": "electron-packager . Foco --out=dist --ignore=dist --app-version=$npm_package_version --prune --asar --icon=img/Icon.icns --overwrite --platform=darwin --arch=x64 && cd dist/Foco-darwin-x64 && zip -ryXq9 ../Foco-osx-${npm_package_version}.zip Foco.app"
"build:dmg" : "electron-installer-dmg ./dist/Foco-darwin-x64/Foco.app ./dist/Foco-$npm_package_version",
"clean":"rm -Rf ./dist",
"build:osx": "npm run clean && electron-packager . Foco --out=dist --ignore=dist --app-version=$npm_package_version --prune --asar --icon=img/Icon.icns --overwrite --platform=darwin --arch=x64 && cd dist/Foco-darwin-x64 && npm run build:dmg && zip -ryXq9 ../Foco-osx-${npm_package_version}.zip Foco.app"
},
"keywords": [
"electron",
Expand All @@ -33,6 +35,7 @@
},
"devDependencies": {
"electron-packager": "^7.0.0",
"electron-installer-dmg":"*",
"electron": "1.3.3",
"standard": "*"
}
Expand Down

0 comments on commit 941060d

Please sign in to comment.