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:10:59 UTC

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

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master 079f70bf3 -> b11415da2


CB-10100 updated file dependency to not grab new majors


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/b11415da
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/b11415da
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/b11415da

Branch: refs/heads/master
Commit: b11415da28b4696607e7855d615287b1ea42b281
Parents: 079f70b
Author: Steve Gill <st...@gmail.com>
Authored: Mon Nov 30 18:10:47 2015 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Nov 30 18:10:47 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-file-transfer/blob/b11415da/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 21517d9..190ae17 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
     "cordova-browser"
   ],
   "peerDependencies": {
-    "cordova-plugin-file": ">=3.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-file-transfer/blob/b11415da/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7df1cd8..865a19b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -29,7 +29,7 @@
     <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git</repo>
     <issue>https://issues.apache.org/jira/browse/CB/component/12320650</issue>
 
-    <dependency id="cordova-plugin-file" version=">=3.0.0" />
+    <dependency id="cordova-plugin-file" version="^3.0.0" />
 
     <js-module src="www/FileTransferError.js" name="FileTransferError">
         <clobbers target="window.FileTransferError" />


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