Skip to content

Commit

Permalink
fix(lib): Export correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
dpurrington committed Apr 28, 2017
1 parent 1ccc551 commit 5f57969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const auth0ui = require('./auth0ui');
const auth0verification = require('./auth0verification');
const unauthorized = require('./unauthorized');

exports = {
module.exports = {
auth0admincheck,
auth0client,
auth0clientbuilder,
Expand Down

0 comments on commit 5f57969

Please sign in to comment.