Skip to content

Commit 1fe65eb

Browse files
authored
Merge pull request #61 from atom-community/electron-11
2 parents fff39ff + dc685fb commit 1fe65eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ let presets = [
104104

105105
2. `targets`
106106

107-
To change the target of `preset-env` plugin. By default this is configured for Electron.
107+
To change the target of `preset-env` plugin. By default this is configured for Electron 11.
108108

109109
```json
110110
{

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ function handleOptions(options: Options) {
3333
notStrictCommentTriggers,
3434
} = options
3535

36-
// use Electron 6 targets by default
36+
// use Electron 11 targets by default
3737
if (targets === undefined) {
3838
targets = {
39-
electron: 6,
39+
electron: 11,
4040
}
4141
}
4242

0 commit comments

Comments
 (0)