Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 733f1e3

Browse files
authored
Replace before-plugin-install hook to afte-plugin-install, fix istallation issue on Mac (#361)
1 parent 4a4ae32 commit 733f1e3

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.DS_Store
12
#ignore the files built by npm install
23
node_modules/*
34

File renamed without changes.

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<keywords>cordova,code,push</keywords>
77
<repo>https://github.com/Microsoft/cordova-plugin-code-push.git</repo>
88

9-
<hook type="before_plugin_install" src="hooks/beforeInstall.js" />
9+
<hook type="after_plugin_install" src="hooks/afterPluginInstall.js" />
1010
<dependency id="code-push" version="2.0.4" />
1111
<dependency id="cordova-plugin-dialogs" version=">=1.1.1" />
1212
<dependency id="cordova-plugin-device" version=">=1.1.0" />

0 commit comments

Comments
 (0)