Skip to content

Commit

Permalink
remove stats.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed May 20, 2015
1 parent 5310d0a commit 0cd0c32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion build/stats.json

This file was deleted.

2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ app.on('window-all-closed', function() {

app.on('ready', function() {

mainWindow = new BrowserWindow({ width: 800, height: 600 })
mainWindow = new BrowserWindow({ width: 1024, height: 728 })

if (process.env.HOT) {
mainWindow.loadUrl('file://' + __dirname + '/app/hot-dev-app.html')
Expand Down
1 change: 1 addition & 0 deletions tools/react-devtools
Submodule react-devtools added at 3519a6

0 comments on commit 0cd0c32

Please sign in to comment.