Skip to content

Commit

Permalink
style: renamed the entry hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Dec 14, 2016
1 parent 7a8b464 commit d299cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ SOFTWARE.
<preference name="URI_SCHEME" />

<!-- Hooks -->
<hook src="hooks/afterPrepareHook.js" type="after_prepare" />
<hook src="hooks/beforePluginInstallHook.js" type="before_prepare" />
<hook src="hooks/before_plugin_install.js" type="before_plugin_install" />
<hook src="hooks/after_prepare.js" type="after_prepare" />

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

0 comments on commit d299cd7

Please sign in to comment.