You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2014/04/11 21:46:54 UTC

[38/50] [abbrv] git commit: adding browserify and through as dependencies

adding browserify and through as dependencies


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

Branch: refs/heads/browserify
Commit: 9743f3f889d02fdee452a859d74beb5b6119ef87
Parents: 28318d8
Author: Anis Kadri <an...@apache.org>
Authored: Wed Mar 5 16:24:38 2014 -0800
Committer: Anis Kadri <an...@apache.org>
Committed: Fri Apr 11 12:21:19 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/9743f3f8/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 01634a5..20c18e4 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,9 @@
     "npm": "1.3.4",
     "rc": "0.3.0",
     "tar": "0.1.x",
-    "request": "2.22.0"
+    "request": "2.22.0",
+    "browserify": "3.2.0",
+    "through": "2.3.4"
   },
   "devDependencies": {
     "temp": "0.6.x",