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:51:06 UTC

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

Repository: cordova-plugin-file
Updated Branches:
  refs/heads/master 9ad67e69c -> 719da363e


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


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

Branch: refs/heads/master
Commit: 719da363e77660c060b2fa6ed5486858e21f9da0
Parents: 9ad67e6
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Wed Aug 31 16:45:32 2016 +0300
Committer: sgrebnov <se...@gmail.com>
Committed: Thu Sep 8 11:50:38 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/719da363/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index f301616..928fe82 100644
--- a/package.json
+++ b/package.json
@@ -44,6 +44,13 @@
   },
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
+  "engines": {
+    "cordovaDependencies": {
+      "5.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