Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master 2b6b6d933 -> 4bda9f546


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


Project: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/4bda9f54
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/4bda9f54
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/4bda9f54

Branch: refs/heads/master
Commit: 4bda9f546b17efc9fd983c4c79938b4c629aefc9
Parents: 2b6b6d9
Author: Vladimir Kotikov <kotikov.vladi...@gmail.com>
Authored: Wed Aug 31 16:47:40 2016 +0300
Committer: sgrebnov <sergei.greb...@gmail.com>
Committed: Thu Sep 8 11:51:42 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/4bda9f54/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c735b0c..614e80c 100644
--- a/package.json
+++ b/package.json
@@ -46,6 +46,13 @@
   ],
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
+  "engines": {
+    "cordovaDependencies": {
+      "2.0.0": {
+        "cordova": ">100"
+      }
+    }
+  },
   "devDependencies": {
     "jscs": "^2.6.0",
     "jshint": "^2.8.0"


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

Reply via email to