git ssb

16+

Dominic / patchbay



Commit b04c32e726893541742ac8a117a2efcad4134e05

Update electron to 2.0.5

Anders Rune Jensen committed on 7/20/2018, 7:09:49 PM
Parent: 9b9ae32751d87f8c75ee8da7d23f22f5b9250a74

Files changed

index.jschanged
package-lock.jsonchanged
package.jsonchanged
index.jsView
@@ -134,9 +134,9 @@
134134 window.webContents.on('dom-ready', function () {
135135 window.webContents.executeJavaScript(`
136136 var electron = require('electron')
137137 var h = require('mutant/h')
138- electron.webFrame.setZoomLevelLimits(1, 1)
138 + electron.webFrame.setVisualZoomLevelLimits(1, 1)
139139 var title = ${JSON.stringify(opts.title || 'Patchbay')}
140140 document.documentElement.querySelector('head').appendChild(
141141 h('title', title)
142142 )
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 334774 bytes
New file size: 349449 bytes
package.jsonView
@@ -104,8 +104,8 @@
104104 "xtend": "^4.0.1"
105105 },
106106 "devDependencies": {
107107 "electro": "^2.1.1",
108- "electron": "^1.8.6",
108 + "electron": "^2.0.5",
109109 "standard": "^8.6.0"
110110 }
111111 }

Built with git-ssb-web