From c968cbefe5bf7303b878c69364f8806c138330fd Mon Sep 17 00:00:00 2001 From: deathcap Date: Sun, 22 Mar 2015 18:03:27 -0700 Subject: [PATCH] Expose the Client class to browser --- browser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/browser.js b/browser.js index 9e04055..aca904b 100644 --- a/browser.js +++ b/browser.js @@ -1,4 +1,5 @@ module.exports = { + Client: require('./dist/client'), protocol: require('./dist/protocol') };