Update to Electron v1.3.2
This commit is contained in:
parent
675a47b42c
commit
6c7d426b2c
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "electron",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"description": "Install prebuilt electron binaries for the command-line using npm",
|
||||
"repository": "https://github.com/electron-userland/electron-prebuilt",
|
||||
"scripts": {
|
||||
|
@ -28,5 +28,7 @@
|
|||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"keywords": ["electron"]
|
||||
}
|
||||
"keywords": [
|
||||
"electron"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue