Skip to content

Commit

Permalink
fix: Set engines to require Cordova CLI 7.1.0 or newer (#276)
Browse files Browse the repository at this point in the history
Closes #263
  • Loading branch information
jcesarmobile committed Jan 17, 2019
1 parent 18d9f2c commit 40f42e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Whether to use a dark styled keyboard on iOS

## Plugin Requirements

* **Cordova CLI**: 7.1.0+
* **iOS**: iOS 11+ and `cordova-ios` 4+
* **Android**: Android 4.4+ and `cordova-android` 6.4+

Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"2.0.0": {
"cordova-android": ">=6.4.0",
"cordova-ios": ">=4.0.0-dev"
},
"3.1.0": {
"cordova-android": ">=6.4.0",
"cordova-ios": ">=4.0.0-dev",
"cordova": ">=7.1.0"
}
}
},
Expand Down
1 change: 1 addition & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<repo>https://github.com/ionic-team/cordova-plugin-ionic-webview</repo>

<engines>
<engine name="cordova" version=">=7.1.0"/>
<engine name="cordova-ios" version=">=4.0.0-dev"/>
<engine name="apple-ios" version=">=11.0"/>
<engine name="cordova-android" version=">=6.4.0"/>
Expand Down

0 comments on commit 40f42e1

Please sign in to comment.