You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/12/01 03:27:39 UTC

cordova-plugin-media-capture git commit: CB-10100 updated file dependency to not grab new majors

Repository: cordova-plugin-media-capture
Updated Branches:
  refs/heads/master b195ade04 -> a0f2ce2a6


CB-10100 updated file dependency to not grab new majors


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/a0f2ce2a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/a0f2ce2a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/a0f2ce2a

Branch: refs/heads/master
Commit: a0f2ce2a6f90317f796de37e3b4b1aa02d15f75a
Parents: b195ade
Author: Steve Gill <st...@gmail.com>
Authored: Mon Nov 30 18:27:33 2015 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Nov 30 18:27:33 2015 -0800

----------------------------------------------------------------------
 package.json | 2 +-
 plugin.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/a0f2ce2a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index d84db2b..a4389be 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
     "cordova-windows"
   ],
   "peerDependencies": {
-    "cordova-plugin-file": ">=2.0.0"
+    "cordova-plugin-file": "^3.0.0"
   },
   "author": "Apache Software Foundation",
   "license": "Apache 2.0"

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/a0f2ce2a/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7490ce5..4ae4d81 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -31,7 +31,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets"
     <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git</repo>
     <issue>https://issues.apache.org/jira/browse/CB/component/12320646</issue>
     
-    <dependency id="cordova-plugin-file" version=">=2.0.0" />
+    <dependency id="cordova-plugin-file" version="^3.0.0" />
 
     <js-module src="www/CaptureAudioOptions.js" name="CaptureAudioOptions">
         <clobbers target="CaptureAudioOptions" />


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org