Skip to content

Commit

Permalink
Merge pull request #18 from Autre31415/renovate/standard-12.x
Browse files Browse the repository at this point in the history
Update dependency standard to v12
  • Loading branch information
Autre31415 authored Nov 29, 2018
2 parents 6a84f07 + 8b3333c commit d54730f
Show file tree
Hide file tree
Showing 3 changed files with 1,094 additions and 1,275 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const url = require('url')
let mainWindow

function createWindow () {
mainWindow = new BrowserWindow({width: 1275, height: 900})
mainWindow = new BrowserWindow({ width: 1275, height: 900 })

mainWindow.loadURL(url.format({
pathname: path.join(__dirname, 'index.html'),
Expand Down
Loading

0 comments on commit d54730f

Please sign in to comment.