Repository: cordova-plugin-whitelist
Updated Branches:
  refs/heads/master a4057f0c6 -> 028b4b49d


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 #22


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/commit/028b4b49
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/tree/028b4b49
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/diff/028b4b49

Branch: refs/heads/master
Commit: 028b4b49d44baba653b9efb4a9b9d655fffaf65e
Parents: a4057f0
Author: Vladimir Kotikov <kotikov.vladi...@gmail.com>
Authored: Wed Aug 31 17:47:34 2016 +0300
Committer: sgrebnov <sergei.greb...@gmail.com>
Committed: Thu Sep 8 12:07:10 2016 +0300

----------------------------------------------------------------------
 package.json | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/028b4b49/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 70b52cc..51d6639 100644
--- a/package.json
+++ b/package.json
@@ -21,6 +21,9 @@
     "cordovaDependencies": {
       "0.0.0": {
         "cordova-android": ">=4.0.0"
+      },
+      "2.0.0": {
+        "cordova": ">100"
       }
     }
   },


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to