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:25:00 UTC

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

Repository: cordova-plugin-media
Updated Branches:
  refs/heads/master 1a9367d06 -> 8074d73f4


CB-10100 updated file dependency to not grab new majors


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

Branch: refs/heads/master
Commit: 8074d73f46457b35c33745a9f13c92697635345c
Parents: 1a9367d
Author: Steve Gill <st...@gmail.com>
Authored: Mon Nov 30 18:24:45 2015 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Nov 30 18:24:45 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/blob/8074d73f/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 04f5cca..1fc8562 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
     "cordova-tizen"
   ],
   "peerDependencies": {
-    "cordova-plugin-file": ">=2.0.0"
+    "cordova-plugin-file": "^4.0.0"
   },
   "author": "Apache Software Foundation",
   "license": "Apache 2.0"

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/8074d73f/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 72d58e7..acc6671 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -33,7 +33,7 @@ id="cordova-plugin-media"
     <engines>
       <engine name="cordova-android" version=">=5.0.0-dev" />
     </engines>
-    <dependency id="cordova-plugin-file" version=">=2.0.0" />
+    <dependency id="cordova-plugin-file" version="^4.0.0" />
 
     <js-module src="www/MediaError.js" name="MediaError">
         <clobbers target="window.MediaError" />


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