CB-11795 Add 'protective' entry to cordovaDependencies

The 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 #184
This commit is contained in:
Vladimir Kotikov 2016-08-31 17:17:31 +03:00 committed by sgrebnov
parent ccfbe7b8cd
commit 032c804937

View File

@ -45,6 +45,9 @@
"cordovaDependencies": {
"0.2.3": {
"cordova": ">=3.1.0"
},
"2.0.0": {
"cordova": ">100"
}
}
},