Skip to content

Commit

Permalink
feat: add support for Electron 8 stable (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesantis authored Feb 4, 2020
1 parent 9413d36 commit 556a6ed
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 @@ -72,7 +72,8 @@ var supportedTargets = [
{runtime: 'electron', target: '4.0.4', abi: '69', lts: false},
{runtime: 'electron', target: '5.0.0', abi: '70', lts: false},
{runtime: 'electron', target: '6.0.0', abi: '73', lts: false},
{runtime: 'electron', target: '7.0.0', abi: '75', lts: false}
{runtime: 'electron', target: '7.0.0', abi: '75', lts: false},
{runtime: 'electron', target: '8.0.0', abi: '76', lts: false}
]

var additionalTargets = [
Expand Down Expand Up @@ -102,7 +103,6 @@ var deprecatedTargets = [
]

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

var allTargets = deprecatedTargets
Expand Down

0 comments on commit 556a6ed

Please sign in to comment.