Repository: cordova-lib
Updated Branches:
  refs/heads/master edc8e916a -> 97083c1b0


CB-13020: (plugman) install filters out nohooks


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/6234355d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/6234355d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/6234355d

Branch: refs/heads/master
Commit: 6234355db76342b6fb3045b9a3b23e08f42a92bd
Parents: 01ae072
Author: Ryan Willoughby <ryan.willoug...@adobe.com>
Authored: Thu Jul 13 12:10:04 2017 -0700
Committer: Ryan Willoughby <ryan.willoug...@adobe.com>
Committed: Thu Jul 13 12:12:29 2017 -0700

----------------------------------------------------------------------
 src/plugman/plugman.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/6234355d/src/plugman/plugman.js
----------------------------------------------------------------------
diff --git a/src/plugman/plugman.js b/src/plugman/plugman.js
index f7c6bb6..0dfa42c 100644
--- a/src/plugman/plugman.js
+++ b/src/plugman/plugman.js
@@ -89,7 +89,8 @@ plugman.commands =  {
             searchpath: cli_opts.searchpath,
             link: cli_opts.link,
             projectRoot: cli_opts.project,
-            force: cli_opts.force || false
+            force: cli_opts.force || false,
+            nohooks: cli_opts.nohooks || false
         };
         var p = Q();
         cli_opts.plugin.forEach(function (pluginSrc) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to