Skip to content

Commit

Permalink
Merge pull request #4 from nobrainr/fix/npm-package
Browse files Browse the repository at this point in the history
fix: export default functions
  • Loading branch information
emyann authored Nov 15, 2018
2 parents f45a5c5 + 733a05e commit 854e4b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/axios-morphism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,5 @@ export function combine(baseURL: string, ...configurations: AxiosMorphismConfigu
return rootConfiguration;
}, initialValue);
}

export default { apply, combine };

0 comments on commit 854e4b1

Please sign in to comment.