Skip to content

Commit

Permalink
chore: bump engines requirements (#823)
Browse files Browse the repository at this point in the history
* chore: bump engines requirements

* bump cordova-ios to >=6.0.0
  • Loading branch information
jcesarmobile committed Feb 9, 2021
1 parent b496e03 commit 0786260
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -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"
}
}
Expand Down
5 changes: 3 additions & 2 deletions plugin.xml
Expand Up @@ -30,8 +30,9 @@
<issue>https://github.com/apache/cordova-plugin-inappbrowser/issues</issue>

<engines>
<engine name="cordova" version=">=3.1.0" /><!-- Needs cordova/urlutil -->
<engine name="cordova-ios" version=">=4.0.0" />
<engine name="cordova" version=">=9.0.0"/>
<engine name="cordova-android" version=">=9.0.0" />
<engine name="cordova-ios" version=">=6.0.0" />
</engines>

<!-- android -->
Expand Down

0 comments on commit 0786260

Please sign in to comment.