Skip to content

Commit

Permalink
Upgrade electron-builder (#450)
Browse files Browse the repository at this point in the history
* set things up

* set things up
  • Loading branch information
David Charles Morse authored and maxcnunes committed Sep 5, 2018
1 parent 6a40fbb commit 73d8cbb
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 @@ -55,7 +55,7 @@
}
},
"scripts": {
"postinstall": "install-app-deps",
"postinstall": "electron-builder install-app-deps",
"dev": "concurrently --names 'webpack,electron' --prefix name 'npm run dev:webpack' 'npm run dev:electron'",
"dev:webpack": "webpack-dev-server --color --config ./webpack.dev.config.js",
"dev:electron": "cross-env DEBUG=spawn-auto-restart node scripts/dev-auto-restart.js | bunyan -o short",
Expand Down Expand Up @@ -106,7 +106,7 @@
"del": "^2.2.0",
"denodeify": "^1.2.1",
"electron": "^1.7.9",
"electron-builder": "^11.7.0",
"electron-builder": "^20.28.3",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-config-airbnb-base": "^3.0.1",
Expand Down

0 comments on commit 73d8cbb

Please sign in to comment.