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:41:14 UTC

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

Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master 9b566d3f0 -> 48d4213b2


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


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

Branch: refs/heads/master
Commit: 48d4213b2d22f8ad9f42aecbd1c3d73d7ccd65f5
Parents: 9b566d3
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Wed Aug 31 16:17:38 2016 +0300
Committer: sgrebnov <se...@gmail.com>
Committed: Thu Sep 8 11:40:37 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/48d4213b/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 452de28..d88d5db 100644
--- a/package.json
+++ b/package.json
@@ -46,6 +46,13 @@
   },
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
+  "engines": {
+    "cordovaDependencies": {
+      "3.0.0": {
+        "cordova": ">100"
+      }
+    }
+  },
   "devDependencies": {
     "dmd-plugin-cordova-plugin": "^0.1.0",
     "husky": "^0.10.1",


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