Skip to content

Commit a5d13c9

Browse files
authored
Merge pull request #959 from electron-userland/13-x-y
chore: upgrade Electron to v13.0.0
2 parents 798cf14 + a604c48 commit a5d13c9

File tree

5 files changed

+64
-210
lines changed

5 files changed

+64
-210
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
npm-debug.log
33
lib/api.json
4+
.npmrc

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ npm-debug.log
77
lib/api.json
88
lib/launcher.go
99
.node-version
10+
.npmrc

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ For given versions of Electron you must depend on a very specific version range
3333
| `^10.0.0` | `^12.0.0`|
3434
| `^11.0.0` | `^13.0.0`|
3535
| `^12.0.0` | `^14.0.0`|
36+
| `^13.0.0` | `^15.0.0`|
3637

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

0 commit comments

Comments
 (0)