chore: bump engines requirements (#823)

* chore: bump engines requirements

* bump cordova-ios to >=6.0.0
This commit is contained in:
jcesarmobile
2021-02-09 08:24:17 +01:00
committed by GitHub
parent b496e03169
commit 07862603eb
2 changed files with 8 additions and 2 deletions
+5
View File
@@ -42,6 +42,11 @@
"cordova-ios": ">=4.0.0"
},
"5.0.0": {
"cordova-android": ">=9.0.0",
"cordova-ios": ">=6.0.0",
"cordova": ">=9.0.0"
},
"6.0.0": {
"cordova": ">100"
}
}