Skip to content

Commit 193adb1

Browse files
committed
Fix gatemaker TypeError with Electron 25.
This had been breaking our download notifications. Fixes #1333. Signed-off-by: Anders Kaseorg <[email protected]>
1 parent b520e12 commit 193adb1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"InstantMessaging"
144144
],
145145
"dependencies": {
146-
"gatemaker": "^1.0.0"
146+
"gatemaker": "https://github.com/andersk/gatemaker/archive/d31890ae1cb293faabcb1e4e465c673458f6eed2.tar.gz"
147147
},
148148
"devDependencies": {
149149
"@electron/remote": "^2.0.8",

0 commit comments

Comments
 (0)