CB-13294 Remove cordova-plugin-compat

This closes #192
This commit is contained in:
Kelvin Dart
2017-10-18 16:47:44 +01:00
committed by Steve Gill
parent 706b1aa539
commit a77cb37ad7
2 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-file-transfer",
"version": "1.6.4-dev",
"version": "2.0.0-dev",
"description": "Cordova File Transfer Plugin",
"types": "./types/index.d.ts",
"cordova": {
@@ -53,7 +53,7 @@
"engines": {
"cordovaDependencies": {
"2.0.0": {
"cordova": ">100"
"cordova-android": ">=6.3.0"
}
}
},
+4 -2
View File
@@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-file-transfer"
version="1.6.4-dev">
version="2.0.0-dev">
<name>File Transfer</name>
<description>Cordova File Transfer Plugin</description>
<license>Apache 2.0</license>
@@ -29,7 +29,9 @@
<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="^4.0.0" />
<engines>
<engine name="cordova-android" version=">=6.3.0" />
</engines>
<js-module src="www/FileTransferError.js" name="FileTransferError">
<clobbers target="window.FileTransferError" />