Skip to content

Commit

Permalink
fix: unpublish previous version and target electron 5
Browse files Browse the repository at this point in the history
This change is breaking for old Atom
  • Loading branch information
aminya committed Mar 31, 2021
1 parent a31734e commit f4c5e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function handleOptions(options) {
// use Electron 6 targets by default
if (targets == null) {
targets = {
electron: 6,
electron: 5,
}
}

Expand Down

0 comments on commit f4c5e36

Please sign in to comment.