Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only export default SES from index.js. Delete SES.js #89

Merged
merged 1 commit into from
Apr 1, 2019

Conversation

katelynsills
Copy link
Contributor

Description

BREAKING CHANGE.

This PR removes SES.js and moves its functionality into index.js to eliminate a layer of redirection. Additionally, using a default export in addition to named exports is frowned upon by our bundlers, so @warner and I decided to only do a default export. Lastly, the tests are changed to accommodate the new default export.

Closes #88

@katelynsills katelynsills requested a review from warner March 28, 2019 02:20
Copy link
Member

@warner warner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good. Let's schedule an 0.5.0 release for this week.

@warner warner mentioned this pull request Apr 1, 2019
@katelynsills katelynsills merged commit c311634 into master Apr 1, 2019
@katelynsills katelynsills deleted the 88-clean-up-index branch April 1, 2019 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants