Github user stevengill commented on a diff in the pull request:

    https://github.com/apache/cordova-lib/pull/66#discussion_r15553653
  
    --- Diff: cordova-lib/src/plugman/plugman.js ---
    @@ -70,6 +70,7 @@ addProperty(plugman, 'install', './install', true);
     addProperty(plugman, 'uninstall', './uninstall', true);
     addProperty(plugman, 'fetch', './fetch', true);
     addProperty(plugman, 'prepare', './prepare');
    +addProperty(plugman, 'prepareBrowserify', './prepare-browserify');
    --- End diff --
    
    This was added so we could spy on prepareBrowserify in the tests the same 
way we spied on prepare. The install/uninstall issue described below prompted 
this for us. We may be able to remove it


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to