Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Bump electron to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Feb 24, 2017
1 parent fd6fa6c commit 73fecb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"asar": "^0.11.0",
"browserify": "^13.0.1",
"chai": "^3.5.0",
"electron": "1.6.0",
"electron": "1.6.1",
"electron-builder": "~10.4.1",
"fs-jetpack": "^0.9.0",
"gulp": "^3.9.0",
Expand Down Expand Up @@ -92,7 +92,7 @@
"scripts": {
"postinstall": "cd app && npm install",
"build": "gulp build",
"rebuild": "(cd app && npm rebuild --runtime=electron --target=1.6.0 --disturl=https://atom.io/download/atom-shell --build-from-source); gulp build",
"rebuild": "(cd app && npm rebuild --runtime=electron --target=1.6.1 --disturl=https://atom.io/download/atom-shell --build-from-source); gulp build",
"burnthemall": "rm -Rf ./node_modules ./app/node_modules; npm i; npm run rebuild",
"release": "build -m -p never",
"start": "gulp start",
Expand Down

0 comments on commit 73fecb9

Please sign in to comment.