3.0.0rc1-1. bumped plugman dependency to 0.9.8. Fixes [CB-4283]
Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/3dbe6e8a Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/3dbe6e8a Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/3dbe6e8a Branch: refs/heads/plugman-registry Commit: 3dbe6e8adf490df7eb7e7770f275ca8ad274b61b Parents: 80ba87c Author: Fil Maj <[email protected]> Authored: Wed Jul 17 09:49:09 2013 -0700 Committer: Fil Maj <[email protected]> Committed: Wed Jul 17 09:49:09 2013 -0700 ---------------------------------------------------------------------- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/3dbe6e8a/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index ea01245..fb63c9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova", - "version": "3.0.0rc1", + "version": "3.0.0rc1-1", "preferGlobal": "true", "description": "Cordova command line interface tool", "main": "cordova", @@ -30,7 +30,7 @@ "dependencies": { "colors":">=0.6.0", "elementtree":"0.1.3", - "plugman":"0.9.7", + "plugman":"0.9.8", "plist":"0.4.x", "xcode":"0.5.1", "express":"3.0.0",
