Skip to content

Commit 6e1b11f

Browse files
committed
feat: target electron 6
BREAKING CHANGE targeting electron 5 requires providing targets options
1 parent 260df9b commit 6e1b11f

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: 5,
24+
electron: 6,
2525
}
2626
}
2727

0 commit comments

Comments
 (0)