Replace before-plugin-install hook to afte-plugin-install, fix istallation issue on Mac (#361)

This commit is contained in:
Artem Egorov 2018-02-05 14:08:36 +03:00 коммит произвёл GitHub
Родитель 4a4ae3251d
Коммит 733f1e384c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 2 добавлений и 1 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -1,3 +1,4 @@
.DS_Store
#ignore the files built by npm install
node_modules/*

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

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

@ -6,7 +6,7 @@
<keywords>cordova,code,push</keywords>
<repo>https://github.com/Microsoft/cordova-plugin-code-push.git</repo>
<hook type="before_plugin_install" src="hooks/beforeInstall.js" />
<hook type="after_plugin_install" src="hooks/afterPluginInstall.js" />
<dependency id="code-push" version="2.0.4" />
<dependency id="cordova-plugin-dialogs" version=">=1.1.1" />
<dependency id="cordova-plugin-device" version=">=1.1.0" />