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:38 UTC

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

Repository: cordova-cli
Updated Branches:
  refs/heads/master a3f374b6a -> d4898e769


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


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

Branch: refs/heads/master
Commit: d4898e769a6e4bc0efff4d7acb7e755b8356ba3b
Parents: a3f374b
Author: Josh Soref <js...@blackberry.com>
Authored: Thu Aug 21 16:51:05 2014 -0400
Committer: Josh Soref <js...@blackberry.com>
Committed: Thu Aug 21 16:51:09 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/d4898e76/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 5a81bfd..36a6f7f 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
     "cli"
   ],
   "dependencies": {
-    "cordova-lib": "0.21.8-dev",
+    "cordova-lib": "~0.21.8-dev",
     "q": "~0.9",
     "nopt": "~2",
     "underscore":"1.4.4"