Skip to content

Commit

Permalink
feat: add support for Electron v6 Stable (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound authored Jul 30, 2019
1 parent 165f884 commit 1ad02ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ var supportedTargets = [
{runtime: 'electron', target: '3.0.0', abi: '64', lts: false},
{runtime: 'electron', target: '4.0.0', abi: '64', lts: false},
{runtime: 'electron', target: '4.0.4', abi: '69', lts: false},
{runtime: 'electron', target: '5.0.0', abi: '70', lts: false}
{runtime: 'electron', target: '5.0.0', abi: '70', lts: false},
{runtime: 'electron', target: '6.0.0', abi: '73', lts: false}
]

var additionalTargets = [
Expand Down Expand Up @@ -99,7 +100,6 @@ var deprecatedTargets = [
]

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

var allTargets = deprecatedTargets
Expand Down

0 comments on commit 1ad02ee

Please sign in to comment.