You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/02/08 23:18:14 UTC

git commit: 2.4.5. trying out the "unsafe-perm" config flag to fix permission weirdness

Updated Branches:
  refs/heads/master 45e737228 -> 51c505368


2.4.5. trying out the "unsafe-perm" config flag to fix permission weirdness


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

Branch: refs/heads/master
Commit: 51c50536833a541745dbd2075a8a257f4a35e9a3
Parents: 45e7372
Author: Fil Maj <ma...@gmail.com>
Authored: Fri Feb 8 14:22:00 2013 -0800
Committer: Fil Maj <ma...@gmail.com>
Committed: Fri Feb 8 14:22:00 2013 -0800

----------------------------------------------------------------------
 package.json |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/51c50536/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 7456a7c..7919dcc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,9 @@
 {
   "name": "cordova",
-  "version": "2.4.4",
+  "version": "2.4.5",
+  "config":{
+      "unsafe-perm":true
+  },
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",