mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-12-27 15:17:51 +01:00
package updates
This commit is contained in:
parent
c1c67d5b94
commit
a91a05b9ed
@ -39,7 +39,7 @@
|
||||
"@babel/runtime": "^7.4.4",
|
||||
"@svgr/webpack": "^4.2.0",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-loader": "^8.0.5",
|
||||
"babel-loader": "^8.0.6",
|
||||
"copy-webpack-plugin": "^5.0.3",
|
||||
"css-loader": "^2.1.1",
|
||||
"electron": "^5.0.1",
|
||||
@ -51,7 +51,6 @@
|
||||
"eslint-plugin-react": "^7.13.0",
|
||||
"file-loader": "^3.0.1",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^1.17.0",
|
||||
"prettier-stylelint": "^0.4.2",
|
||||
"style-loader": "^0.23.1",
|
||||
|
@ -22,8 +22,8 @@ const isDarkMode = systemPreferences.isDarkMode()
|
||||
|
||||
const createWindow = async () => {
|
||||
mainWindow = new BrowserWindow({
|
||||
width: width,
|
||||
height: height,
|
||||
width,
|
||||
height,
|
||||
minWidth: width,
|
||||
minHeight: height,
|
||||
acceptFirstMouse: true,
|
||||
@ -112,8 +112,6 @@ const createWindow = async () => {
|
||||
touchBarWrapper(mainWindow)
|
||||
}
|
||||
|
||||
module.exports = { mainWindow }
|
||||
|
||||
app.on('ready', () => {
|
||||
createWindow()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user