Merge pull request #168 from electron-userland/rename-npm-package-to-electron

change npm package name to `electron`
This commit is contained in:
Zeke Sikelianos 2016-07-28 09:23:40 -07:00 committed by GitHub
commit e8f5d30bad

View file

@ -1,5 +1,5 @@
{ {
"name": "electron-prebuilt", "name": "electron",
"version": "1.3.1", "version": "1.3.1",
"description": "Install electron prebuilt binaries for the command-line use using npm", "description": "Install electron prebuilt binaries for the command-line use using npm",
"repository": { "repository": {
@ -36,4 +36,4 @@
"test": "test" "test": "test"
}, },
"keywords": [] "keywords": []
} }