Merge pull request #168 from electron-userland/rename-npm-package-to-electron
change npm package name to `electron`
This commit is contained in:
commit
e8f5d30bad
1 changed files with 2 additions and 2 deletions
|
@ -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": []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue