Skip to content

Commit

Permalink
Switch to evergreen version of Electron
Browse files Browse the repository at this point in the history
I think this should enable ESM and it gets rid of a warning the hard-coded version had on macOS Sonoma.
  • Loading branch information
TomasHubelbauer committed Jun 3, 2024
1 parent d2f87ba commit 4c7741c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"start": "electron ."
},
"devDependencies": {
"electron": "^23.1.2"
"electron": "latest"
}
}

0 comments on commit 4c7741c

Please sign in to comment.