Skip to content

Commit

Permalink
feat: add abi version for electron 7 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitsakh authored and MarshallOfSound committed Aug 12, 2019
1 parent 1ad02ee commit 3651a26
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 @@ -100,6 +100,7 @@ var deprecatedTargets = [
]

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

var allTargets = deprecatedTargets
Expand Down

0 comments on commit 3651a26

Please sign in to comment.