Replace before-plugin-install hook to afte-plugin-install, fix istallation issue on Mac (#361)
This commit is contained in:
Родитель
4a4ae3251d
Коммит
733f1e384c
|
@ -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" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче