You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by dr...@apache.org on 2013/10/15 20:39:56 UTC

[15/31] git commit: added missing glob node module

added missing glob node module


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

Branch: refs/heads/master
Commit: 9671725592b3c07ee8f739d7d88d7f1fddea4b1b
Parents: 31d54a2
Author: David Kemp <dr...@google.com>
Authored: Mon Aug 26 12:08:52 2013 -0400
Committer: David Kemp <dr...@chromium.org>
Committed: Tue Oct 15 14:12:12 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/96717255/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index d113514..c012127 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,8 @@
     "follow": "0.8.0",
     "ncallbacks": "1.0.0",
     "mime": "1.2.9",
-    "optimist": "0.3.5"
+    "optimist": "0.3.5",
+    "glob":"3.2.6" 
   },
   "devDependencies": {
     "elementtree": "0.1.4",