Skip to content

Commit

Permalink
Merge pull request #348 from vladimir-kotikov/pin_plugin_version
Browse files Browse the repository at this point in the history
Add `cordovaDependencies` section to package.json
  • Loading branch information
randdusing authored Sep 21, 2016
2 parents 74aeb80 + 9cb8149 commit 762f3e5
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,17 @@
"cordova-ios",
"cordova-windows"
],
"engines": [
{
"name": "cordova-plugman",
"version": ">=5.0.0"
},
{
"name": "cordova-android",
"version": ">=5.0.0"
"engines": {
"cordovaDependencies": {
"4.2.0": {
"cordova": ">=5.0.0",
"cordova-android": ">=5.0.0"
},
"5.0.0": {
"cordova": ">=100"
}
}
],
},
"author": "Rand Dusing",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 762f3e5

Please sign in to comment.