You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sg...@apache.org on 2016/09/08 09:05:21 UTC

cordova-plugin-statusbar git commit: CB-11795 Add 'protective' entry to cordovaDependencies

Repository: cordova-plugin-statusbar
Updated Branches:
  refs/heads/master 1d1ac928a -> dbc7b2968


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


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

Branch: refs/heads/master
Commit: dbc7b29680518a897a0813f87c50da2f9b10cd41
Parents: 1d1ac92
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Wed Aug 31 17:43:02 2016 +0300
Committer: sgrebnov <se...@gmail.com>
Committed: Thu Sep 8 12:03:01 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/dbc7b296/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index f51a44b..545205c 100644
--- a/package.json
+++ b/package.json
@@ -34,6 +34,9 @@
     "cordovaDependencies": {
       "0.1.0": {
         "cordova": ">=3.0.0"
+      },
+      "3.0.0": {
+        "cordova": ">100"
       }
     }
   },


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