This commit is contained in:
Electron Bot 2016-08-02 16:27:38 -07:00
Родитель 675a47b42c
Коммит 6c7d426b2c
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -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"
]
}