You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ka...@apache.org on 2014/10/30 19:06:43 UTC

git commit: Update dependencies in package.json

Repository: cordova-cli
Updated Branches:
  refs/heads/master 24449c789 -> d3ba50637


Update dependencies in package.json

Updated everything shown as outdated by `npm outdated --depth=0`


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

Branch: refs/heads/master
Commit: d3ba50637eb84be7b90b199878d88f90a2aa40d8
Parents: 24449c7
Author: Mark Koudritsky <ka...@gmail.com>
Authored: Thu Oct 30 14:05:22 2014 -0400
Committer: Mark Koudritsky <ka...@gmail.com>
Committed: Thu Oct 30 14:05:22 2014 -0400

----------------------------------------------------------------------
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/d3ba5063/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 3e299c6..1e10380 100644
--- a/package.json
+++ b/package.json
@@ -29,9 +29,9 @@
   ],
   "dependencies": {
     "cordova-lib": "4.0.0",
-    "q": "0.9.7",
-    "nopt": "2.2.1",
-    "underscore":"1.4.4"
+    "q": "1.0.1",
+    "nopt": "3.0.1",
+    "underscore":"1.7.0"
   },
   "devDependencies": {
     "jasmine-node": "1.14.5"


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