From d1490e928a6a5c85be22d78babd8589123dac00a Mon Sep 17 00:00:00 2001 From: Robin Lambertz Date: Fri, 10 Jan 2014 12:55:16 +0100 Subject: [PATCH] Expose yggdrasil to API consumer The Yggdrasil library should be exposed to API consumer. --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 6962772..dfe2b84 100644 --- a/index.js +++ b/index.js @@ -23,6 +23,7 @@ module.exports = { Server: Server, ping: require('./lib/ping'), protocol: protocol, + yggdrasil: Yggdrasil, }; function createServer(options) {