Skip to content

Commit

Permalink
updated ember electron configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Dec 8, 2017
1 parent 449e7e5 commit 516f9a7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ember-electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ app.on('window-all-closed', () => {

app.on('ready', () => {
mainWindow = new BrowserWindow({
width: 800,
height: 600,
width: 1200,
height: 900,
});

// If you want to open up dev tools programmatically, call
Expand Down
4 changes: 2 additions & 2 deletions ember-electron/test-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ app.on('window-all-closed', function onWindowAllClosed() {

app.on('ready', function onReady() {
mainWindow = new BrowserWindow({
width: 800,
height: 600,
width: 1200,
height: 900,
webPreferences: {
backgroundThrottling: false,
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"node": "^4.5 || 6.* || >= 7.*"
},
"dependencies": {
"ember-electron": "2.7.1",
"ember-electron": "2.7.2",
"ember-responsive": "^2.0.5",
"fs-extra": "4.0.2",
"junk": "^2.1.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5239,9 +5239,9 @@ ember-diff-attrs@^0.1.2:
ember-cli-babel "^5.1.7"
ember-weakmap "2.0.0"

[email protected].1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/ember-electron/-/ember-electron-2.7.1.tgz#98fa46d7f7fa40f321f9b1f48a692b570828d7cc"
[email protected].2:
version "2.7.2"
resolved "https://registry.yarnpkg.com/ember-electron/-/ember-electron-2.7.2.tgz#6f49877863119f8fb7004a4e72810ea0f4541dcf"
dependencies:
broccoli-file-creator "^1.1.1"
broccoli-funnel "^1.0.1"
Expand Down

0 comments on commit 516f9a7

Please sign in to comment.