Merge pull request #79 from bhaveshgohel/patch-1

🎉 npm install electron --save-dev
This commit is contained in:
Jessica Lord 2016-08-31 10:48:37 -07:00 committed by GitHub
commit 62d428a1a5
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@
}, },
"homepage": "https://github.com/electron/electron-quick-start#readme", "homepage": "https://github.com/electron/electron-quick-start#readme",
"devDependencies": { "devDependencies": {
"electron-prebuilt": "^1.2.0" "electron": "^1.3.4"
} }
} }