Skip to content

Commit

Permalink
feat: add support for Electron 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound authored Jan 26, 2019
1 parent 7bc9664 commit 458f2eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ var deprecatedTargets = [
]

var futureTargets = [
{runtime: 'electron', target: '5.0.0-beta.0', abi: '68', lts: false}
]

var allTargets = deprecatedTargets
Expand Down

0 comments on commit 458f2eb

Please sign in to comment.