Browse Source

🎉 npm install electron --save-dev

We can [npm install electron](http://electron.atom.io/blog/2016/08/16/npm-install-electron) directly!  🎉
main
Bhavesh Gohel 9 years ago
committed by GitHub
parent
commit
35a725f479
  1. 2
      package.json

2
package.json

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