You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by je...@apache.org on 2013/10/01 21:50:47 UTC

git commit: Bumping elementtree version to 0.1.5 to match plugman and support namespaced xml elements

Updated Branches:
  refs/heads/master f28301c41 -> dff71fee6


Bumping elementtree version to 0.1.5 to match plugman and support namespaced xml elements


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

Branch: refs/heads/master
Commit: dff71fee6ba51311729f0f98a25deff180bffad8
Parents: f28301c
Author: Jeffrey Heifetz <jh...@blackberry.com>
Authored: Tue Oct 1 15:49:56 2013 -0400
Committer: Jeffrey Heifetz <jh...@blackberry.com>
Committed: Tue Oct 1 15:49:56 2013 -0400

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/dff71fee/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 9f8ff2d..f13c039 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
   ],
   "dependencies": {
     "colors": ">=0.6.0",
-    "elementtree": "0.1.3",
+    "elementtree": "0.1.5",
     "plugman": "0.12.x",
     "plist": "0.4.x",
     "xcode": "0.5.1",