Skip to content

Commit

Permalink
Exposes the auth adapter creation function to main
Browse files Browse the repository at this point in the history
  • Loading branch information
sgobotta committed Apr 2, 2019
1 parent 56d1c5a commit 6b55a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import createAxiosAdapter from './lib'
// or lib/ if I'm building a library.

module.exports = {
createAxiosAdapter,
description,
doc: `Nothing to do here. Visit ${homepage} for more information.`,
name,
version,
doc: `Nothing to do here. Visit ${homepage} for more information.`,
createAxiosAdapter,
}

0 comments on commit 6b55a69

Please sign in to comment.