This commit is contained in:
sethlu 2016-05-01 21:32:09 +08:00
Родитель 408268f4fb
Коммит b864c6b9b8
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -223,10 +223,10 @@ A successful testing should look something like:
```
$ npm test
> electron-osx-sign@0.3.0 pretest electron-osx-sign
> electron-osx-sign@0.3.1 pretest electron-osx-sign
> rimraf test/work
> electron-osx-sign@0.3.0 test electron-osx-sign
> electron-osx-sign@0.3.1 test electron-osx-sign
> standard && tape test
Calling electron-download before running tests...

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

@ -1,6 +1,6 @@
{
"name": "electron-osx-sign",
"version": "0.3.0",
"version": "0.3.1",
"description": "Code-signing for Electron-packed OS X apps.",
"main": "index.js",
"bin": {