Skip to content

Commit f4c5e36

Browse files
committed
fix: unpublish previous version and target electron 5
This change is breaking for old Atom
1 parent a31734e commit f4c5e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function handleOptions(options) {
2121
// use Electron 6 targets by default
2222
if (targets == null) {
2323
targets = {
24-
electron: 6,
24+
electron: 5,
2525
}
2626
}
2727

0 commit comments

Comments
 (0)