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 08:43:45 UTC

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

Repository: cordova-plugin-media-capture
Updated Branches:
  refs/heads/master cba6b7ef7 -> a98c11d55


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


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

Branch: refs/heads/master
Commit: a98c11d55ca5f0fa68a583a57db7a1949796cc4a
Parents: cba6b7e
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Wed Aug 31 16:20:05 2016 +0300
Committer: sgrebnov <se...@gmail.com>
Committed: Thu Sep 8 11:43:24 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/a98c11d5/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 812c0c0..d1ebd3f 100644
--- a/package.json
+++ b/package.json
@@ -41,6 +41,13 @@
   },
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
+  "engines": {
+    "cordovaDependencies": {
+      "2.0.0": {
+        "cordova": ">100"
+      }
+    }
+  },
   "devDependencies": {
     "jshint": "^2.6.0"
   }


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