From 733f1e384c7f458ee8a3c794276bda7c1532b45c Mon Sep 17 00:00:00 2001 From: Artem Egorov Date: Mon, 5 Feb 2018 14:08:36 +0300 Subject: [PATCH] Replace before-plugin-install hook to afte-plugin-install, fix istallation issue on Mac (#361) --- .gitignore | 1 + hooks/{beforeInstall.js => afterPluginInstall.js} | 0 plugin.xml | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename hooks/{beforeInstall.js => afterPluginInstall.js} (100%) diff --git a/.gitignore b/.gitignore index b2b29c1..a92b984 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store #ignore the files built by npm install node_modules/* diff --git a/hooks/beforeInstall.js b/hooks/afterPluginInstall.js similarity index 100% rename from hooks/beforeInstall.js rename to hooks/afterPluginInstall.js diff --git a/plugin.xml b/plugin.xml index f4c1eb4..dbfe984 100644 --- a/plugin.xml +++ b/plugin.xml @@ -6,7 +6,7 @@ cordova,code,push https://github.com/Microsoft/cordova-plugin-code-push.git - +