Skip to content

Commit

Permalink
Merge pull request #959 from electron-userland/13-x-y
Browse files Browse the repository at this point in the history
chore: upgrade Electron to v13.0.0
  • Loading branch information
VerteDinde committed May 26, 2021
2 parents 798cf14 + a604c48 commit a5d13c9
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 210 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
node_modules
npm-debug.log
lib/api.json
.npmrc
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -7,3 +7,4 @@ npm-debug.log
lib/api.json
lib/launcher.go
.node-version
.npmrc
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -33,6 +33,7 @@ For given versions of Electron you must depend on a very specific version range
| `^10.0.0` | `^12.0.0`|
| `^11.0.0` | `^13.0.0`|
| `^12.0.0` | `^14.0.0`|
| `^13.0.0` | `^15.0.0`|

Learn more from [this presentation](https://speakerdeck.com/kevinsawicki/testing-your-electron-apps-with-chromedriver).

Expand Down

0 comments on commit a5d13c9

Please sign in to comment.