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.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Nov 11, 2016
1 parent f6b30ff commit 89b19bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"scripts": {
"postinstall": "cd app && npm install",
"build": "gulp build",
"rebuild": "(cd app && npm rebuild --runtime=electron --target=1.4.3 --disturl=https://atom.io/download/atom-shell --build-from-source); gulp build",
"rebuild": "(cd app && npm rebuild --runtime=electron --target=1.4.6 --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 89b19bf

Please sign in to comment.