Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master ccfbe7b8c -> 032c80493


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


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/032c8049
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/032c8049
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/032c8049

Branch: refs/heads/master
Commit: 032c8049378c4f3b43c07924864e6345c3584ee1
Parents: ccfbe7b
Author: Vladimir Kotikov <kotikov.vladi...@gmail.com>
Authored: Wed Aug 31 17:17:31 2016 +0300
Committer: sgrebnov <sergei.greb...@gmail.com>
Committed: Thu Sep 8 11:54:34 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/032c8049/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index f2e2c3a..2d0689d 100644
--- a/package.json
+++ b/package.json
@@ -45,6 +45,9 @@
     "cordovaDependencies": {
       "0.2.3": {
         "cordova": ">=3.1.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