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:57:20 UTC

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

Repository: cordova-plugin-media
Updated Branches:
  refs/heads/master 52f52b453 -> 62d896a48


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


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

Branch: refs/heads/master
Commit: 62d896a4853acfa36ac9caf5be7a8512fd13fd70
Parents: 52f52b4
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Wed Aug 31 17:33:54 2016 +0300
Committer: sgrebnov <se...@gmail.com>
Committed: Thu Sep 8 11:57:01 2016 +0300

----------------------------------------------------------------------
 package.json | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/62d896a4/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 40978f8..c8b4bf1 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,14 @@
   },
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
+  "engines": {
+    "cordovaDependencies": {
+      "3.0.0": {
+        "cordova": ">100"
+      }
+    }
+  },
   "devDependencies": {
-    "jshint": "^2.6.0" 
+    "jshint": "^2.6.0"
   }
 }


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