Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Replace before-plugin-install hook to afte-plugin-install, fix istall…
Browse files Browse the repository at this point in the history
…ation issue on Mac (microsoft#361)
  • Loading branch information
itoys authored Feb 5, 2018
1 parent 4a4ae32 commit 733f1e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
#ignore the files built by npm install
node_modules/*

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 733f1e3

Please sign in to comment.