Skip to content

Commit 8ce5243

Browse files
committed
Update electron version to 2.0.8 to address segmentation fault
See #124
1 parent 4bd2114 commit 8ce5243

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you have Node.js installed (recommended v8.x), you can easily install Orca
3131
using npm as:
3232

3333
```
34-
$ npm install -g electron@1.8.4 orca
34+
$ npm install -g electron@2.0.8 orca
3535
```
3636

3737
which makes the `orca` executable available in your path.

package-lock.json

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"devDependencies": {
8383
"cross-env": "^5.1.4",
8484
"devtron": "^1.4.0",
85-
"electron": "^1.8.4",
85+
"electron": "^2.0.8",
8686
"electron-builder": "^20.9.2",
8787
"electron-debug": "^1.4.0",
8888
"image-size": "^0.6.3",

0 commit comments

Comments
 (0)