diff --git a/index.js b/index.js index c1a0253..7379798 100644 --- a/index.js +++ b/index.js @@ -6,6 +6,8 @@ module.exports = function (api_key, api_url) { return new Authy(api_key, api_url); }; +module.exports.Authy = Authy; + function Authy(apiKey, api_url) { this.apiKey = apiKey; this.apiURL = api_url || "https://api.authy.com";