Skip to content

Commit ad84294

Browse files
authored
Merge pull request #13 from mtrezza/fix-adapter-export
fix adapter export
2 parents 7f56b7f + cb6cea7 commit ad84294

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ import ApiMailAdapter from './ApiMailAdapter';
22
import ApiPayloadConverter from './ApiPayloadConverter';
33
import Errors from './Errors';
44

5-
module.exports = {
5+
export default ApiMailAdapter;
6+
export {
67
ApiPayloadConverter,
78
ApiMailAdapter,
8-
Errors
9+
Errors,
910
};

0 commit comments

Comments
 (0)