You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by fa...@apache.org on 2015/01/31 15:27:14 UTC

qpid-proton git commit: PROTON-810: Added extra dependencies to package.json as highlighted by pakmanager

Repository: qpid-proton
Updated Branches:
  refs/heads/master f537eb897 -> c76e5cbf1


PROTON-810: Added extra dependencies to package.json as highlighted by pakmanager


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c76e5cbf
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c76e5cbf
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/c76e5cbf

Branch: refs/heads/master
Commit: c76e5cbf1de7a0746e6d91e47e50ede54ac7acf3
Parents: f537eb8
Author: Fraser Adams <fa...@apache.org>
Authored: Sat Jan 31 14:26:19 2015 +0000
Committer: Fraser Adams <fa...@apache.org>
Committed: Sat Jan 31 14:26:19 2015 +0000

----------------------------------------------------------------------
 proton-c/bindings/javascript/qpid-proton-messenger/package.json | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/c76e5cbf/proton-c/bindings/javascript/qpid-proton-messenger/package.json
----------------------------------------------------------------------
diff --git a/proton-c/bindings/javascript/qpid-proton-messenger/package.json b/proton-c/bindings/javascript/qpid-proton-messenger/package.json
index 31e818e..0544e28 100644
--- a/proton-c/bindings/javascript/qpid-proton-messenger/package.json
+++ b/proton-c/bindings/javascript/qpid-proton-messenger/package.json
@@ -10,6 +10,9 @@
     },
     "main" : "./lib/proton-messenger.js",
     "dependencies": {
-        "ws": "0.5.0"
+        "ws": "0.5.0",
+        "crypto": "latest",
+        "fs": "latest",
+        "path": "latest"
     }
 }


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