Update engines to use variables (#323)

This commit is contained in:
jcesarmobile 2018-06-10 23:14:08 +02:00 committed by GitHub
parent 5163d38465
commit 6899c5ece9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,10 @@
"3.0.0": {
"cordova-android": ">=6.3.0"
},
"4.1.0": {
"cordova-android": ">=6.3.0",
"cordova": ">=7.1.0"
},
"5.0.0": {
"cordova": ">100"
}

View File

@ -31,6 +31,7 @@
<issue>https://issues.apache.org/jira/browse/CB/component/12320645</issue>
<engines>
<engine name="cordova" version=">=7.1.0"/>
<engine name="cordova-android" version=">=6.3.0" />
</engines>