Skip to content

Commit

Permalink
Looks like all platforms need a rebuild to get the SerialPort version…
Browse files Browse the repository at this point in the history
… right.
  • Loading branch information
dastaple committed Sep 12, 2017
1 parent ef8527e commit 9e130aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Bounce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
"license": "Apache-2.0",
"main": "main.js",
"scripts": {
"windows-rebuild": "electron-rebuild",
"start": "electron main.js",
"test": "node_modules/.bin/jasmine",
"package": "node_modules/.bin/electron-zip-packager . Bounce --overwrite --out=output"
"package": "node_modules/.bin/electron rebuild; node_modules/.bin/electron-zip-packager . Bounce --overwrite --out=output"
},
"dependencies": {
"serialport": "^5.0.0"
Expand Down

0 comments on commit 9e130aa

Please sign in to comment.