🎉 npm install electron --save-dev

We can [npm install electron](http://electron.atom.io/blog/2016/08/16/npm-install-electron) directly!  🎉
This commit is contained in:
Bhavesh Gohel 2016-08-31 15:28:15 +05:30 committed by GitHub
parent dbef48ee7d
commit 35a725f479
1 changed files with 1 additions and 1 deletions

View File

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