Skip to content

Commit

Permalink
Update engines to use variables (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Jun 10, 2018
1 parent 5163d38 commit 6899c5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -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"
}
Expand Down
1 change: 1 addition & 0 deletions plugin.xml
Expand Up @@ -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>

Expand Down

0 comments on commit 6899c5e

Please sign in to comment.