You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2021/02/20 21:39:59 UTC

[GitHub] [cordova-plugin-file-transfer] breautek commented on issue #298: Should update cordovaDependencies given new plugin version?

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:
users@infra.apache.org



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