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) {