Skip to content

Commit

Permalink
chore: force electron sub-dependency to 1.7.8
Browse files Browse the repository at this point in the history
Electron v1.8.0 was released but then withdrawn and deleted from
GitHub due to a security vulnerability, which was causing the
build to fail in new setups.

See issue segment-boneyard/nightmare#1269
  • Loading branch information
rdeltour committed Sep 28, 2017
1 parent 0669c69 commit e0e79f7
Show file tree
Hide file tree
Showing 2 changed files with 429 additions and 423 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
"uglify-js": "^3.0.8",
"watch": "^1.0.2"
},
"resolutions": {
"nightmare/electron": "1.7.8"
},
"scripts": {
"start": "node dist/cli/cli.js",
"clean": "rimraf dist && mkdir dist",
Expand Down
Loading

0 comments on commit e0e79f7

Please sign in to comment.