You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by js...@apache.org on 2014/08/21 22:57:26 UTC

[3/3] git commit: CB-7363 Do not insist on precise version of cordova-lib

CB-7363 Do not insist on precise version of cordova-lib


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/8a983549
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/8a983549
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/8a983549

Branch: refs/heads/master
Commit: 8a9835493441050003cab442091190127e8c4fda
Parents: 8eff249
Author: Josh Soref <js...@blackberry.com>
Authored: Thu Aug 21 16:51:45 2014 -0400
Committer: Josh Soref <js...@blackberry.com>
Committed: Thu Aug 21 16:53:35 2014 -0400

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/8a983549/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 76b6566..19015aa 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
   },
   "engineStrict":true,
   "dependencies": {
-    "cordova-lib" : "0.21.6",
+    "cordova-lib" : "~0.21.6",
     "nopt": "1.0.x",
     "underscore":"1.4.4",
     "q": "~0.9",