Skip to content

Commit

Permalink
CB-11795 Add 'protective' entry to cordovaDependencies
Browse files Browse the repository at this point in the history
This entry is required to protect end-users from fetching edge versions of the plugin by incompatible version of cordova. This also assumes that we will not introduce any regressions in compatibility w/ cordova in minor and patch releases. On every major release we will need to add similar entry with _next_ major version.

 This closes #39
  • Loading branch information
vladimir-kotikov authored and sgrebnov committed Sep 8, 2016
1 parent e11f867 commit b738071
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"engines": {
"cordovaDependencies": {
"2.0.0": {
"cordova": ">100"
}
}
},
"devDependencies": {
"jshint": "^2.6.0"
}
Expand Down

0 comments on commit b738071

Please sign in to comment.