CB-10100 updated file dependency to not grab new majors

This commit is contained in:
Steve Gill
2015-11-30 18:10:47 -08:00
parent 079f70bf37
commit b11415da28
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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" />