breautek commented on issue #298:
URL:
https://github.com/apache/cordova-plugin-file-transfer/issues/298#issuecomment-782753466
Yes.
Because this plugin is in the process of being revived from previously a
deprecated state... I would personally be in favour of declaring that this
plugin only works on cordova >= 10 (current cordova cli release). So the
`cordovaDependencies` block should look something like:
```json
{
"2.0.0": {
"cordova": ">=10"
},
"3.0.0": {
"cordova": ">100"
}
}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]