Skip to content

Commit

Permalink
fix: add electron 3.0 abi to list
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Jun 20, 2018
1 parent 396db7f commit f85c056
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ var supportedTargets = [
{runtime: 'electron', target: '1.6.0', abi: '53', lts: false},
{runtime: 'electron', target: '1.7.0', abi: '54', lts: false},
{runtime: 'electron', target: '1.8.0', abi: '57', lts: false},
{runtime: 'electron', target: '2.0.0', abi: '57', lts: false}
{runtime: 'electron', target: '2.0.0', abi: '57', lts: false},
{runtime: 'electron', target: '3.0.0', abi: '64', lts: false}
]

var additionalTargets = [
Expand Down

0 comments on commit f85c056

Please sign in to comment.