chore: add cordova-ios requirement <6.0.0 (#261)

This commit is contained in:
エリス 2020-06-01 16:30:24 +09:00 committed by GitHub
parent ed30498177
commit ed1db6650c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,9 @@
"cordova-android": ">=3.6.0",
"cordova-windows": ">=4.4.0"
},
"<6.0.0": {
"cordova-ios": "<6.0.0"
},
"6.0.0": {
"cordova": ">100"
}

View File

@ -30,6 +30,7 @@
<engines>
<engine name="cordova-android" version=">=3.6.0" /><!-- Requires CordovaPlugin.preferences -->
<engine name="cordova-ios" version="<6.0.0" />
<engine name="cordova-windows" version=">=4.4.0" />
</engines>