Skip to content

Commit

Permalink
Remove electron-rebuild, use electron-builder instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Nov 9, 2018
1 parent bcbe267 commit 8fbb53b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 270 deletions.
272 changes: 3 additions & 269 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"build": "electron-builder",
"deploy": "webpack -p --config webpack.config.js && electron-builder",
"postinstall": "electron-builder install-app-deps",
"publish": "webpack -p --config webpack.config.js && electron-builder -p always",
"start": "env ELECTRON_IS_DEV=1 electron .",
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -29,7 +30,6 @@
"css-loader": "^1.0.1",
"electron": "^3.0.7",
"electron-builder": "^20.33.2",
"electron-rebuild": "^1.8.2",
"file-loader": "^2.0.0",
"jquery": "^3.3.1",
"lightgallery": "^1.6.11",
Expand Down

0 comments on commit 8fbb53b

Please sign in to comment.