Skip to content

Commit

Permalink
Revert "Use electron-rebuild 1.5.7 (#544)"
Browse files Browse the repository at this point in the history
This reverts commit 8551403.
  • Loading branch information
rehez committed Apr 6, 2017
1 parent a6e0374 commit 99ac135
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 @@ -10,7 +10,7 @@
"prod": "electron electron --debug=5858 --devtools --enable-logging --env=https://app.wire.com",
"localhost": "electron electron --debug=5858 --devtools --enable-logging --env=http://localhost:8888",
"test": "eslint electron && electron-mocha tests",
"rebuild-native-modules": "electron-rebuild -f -m ./electron",
"rebuild-native-modules": "electron-rebuild -f -m ./electron/node_modules",
"build:macos": "grunt macos-prod",
"build:win": "grunt win-prod",
"build:linux": "grunt linux-prod"
Expand Down Expand Up @@ -39,7 +39,7 @@
"electron-builder": "12.3.1",
"electron-mocha": "3.4.0",
"electron-packager": "8.6.0",
"electron-rebuild": "1.5.7",
"electron-rebuild": "1.4.0",
"electron-winstaller": "2.5.2",
"eslint": "3.19.0",
"grunt": "1.0.1",
Expand Down

0 comments on commit 99ac135

Please sign in to comment.