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 <[email protected]> Authored: Sat Jan 31 14:26:19 2015 +0000 Committer: Fraser Adams <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
