Skip to content

Commit

Permalink
fix: changed hook to after_prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Jan 18, 2017
1 parent 6a73e96 commit 7fe27fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ SOFTWARE.

<!-- Hooks -->
<hook src="hooks/beforePluginInstall.js" type="before_plugin_install" />
<hook src="hooks/afterPrepare.js" type="after_prepare" />
<hook src="hooks/afterCompile.js" type="after_compile" />

<engines>
<engine name="cordova" version=">=3.5.0" />
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ SOFTWARE.

<!-- Hooks -->
<hook src="hooks/beforePluginInstall.js" type="before_plugin_install" />
<hook src="hooks/afterPrepare.js" type="after_prepare" />
<hook src="hooks/afterCompile.js" type="after_compile" />

<engines>
<engine name="cordova" version=">=3.5.0" />
Expand Down

0 comments on commit 7fe27fc

Please sign in to comment.