You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/09/28 22:59:28 UTC

cordova-cli git commit: fixed cordova-lib dep in package.json

Repository: cordova-cli
Updated Branches:
  refs/heads/master 54a61f760 -> a55005994


fixed cordova-lib dep in package.json


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

Branch: refs/heads/master
Commit: a55005994d89185d69200857638afa020f11b4c5
Parents: 54a61f7
Author: Steve Gill <st...@gmail.com>
Authored: Wed Sep 28 15:59:25 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Sep 28 15:59:25 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/a5500599/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 88a326a..d4bd816 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
         "cli"
     ],
     "dependencies": {
-        "cordova-lib": "6.4.0-dev",
+        "cordova-lib": "6.3.1",
         "cordova-common": "1.4.x",
         "q": "1.0.1",
         "nopt": "3.0.1",


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