GitHub user TimBarham opened a pull request:

    https://github.com/apache/cordova-lib/pull/198

    CB-8741 Make plugin --save work more like npm install.

    1. `plugin add --save` now always saves version (in the form `^x.y.z`)
    2. `plugin add --save` now always overwrites an existing entry.
    3. `plugin add` now honors an existing version specified in `config.xml` 
when a plugin is added without a specific version, even if the `--save` flag is 
specified.
    
    I also fixed a bug in `isUrl()` (in `util.js`) - `url.protocol` includes 
the colon, so the protocol for a windows path is something like `c:` - 2 
characters, not one.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-lib CB-8741

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-lib/pull/198.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #198
    
----
commit 8c9f3eec78ee5574d5392371b6b3cf4e5d1f19b2
Author: Tim Barham <[email protected]>
Date:   2015-03-27T13:22:20Z

    CB-8741 Make plugin --save work more like npm install.
    
    1. 'plugin add --save' now always saves version (in the form '^x.y.z')
    2. 'plugin add --save' now always overwrites an existing entry.
    3. 'plugin add' now honors an existing version specified in config.xml when 
a plugin is added without a specific version, even if the '--save' flag is 
specified.
    
    I also fixed a bug in isUrl() in util.js - url.protocol includes the colon, 
so the protocol for a windows path is something like "c:" - 2 characters, not 
one.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to