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

Make launcher the default export. #63

Merged
merged 1 commit into from
Dec 2, 2017
Merged

Conversation

samccone
Copy link
Contributor

@samccone samccone commented Dec 2, 2017

This will make it so users can do

import chromeLauncher from 'chrome-launcher';

This in some cases provides a nicer end user DX, and since it still
retains the old behavior of also exporting a named export this is not a
breaking change. For this reason I postulate that this is an overall win
to consumers of the API.

Fixes #37

This will make it so users can do

```js
import chromeLauncher from 'chrome-launcher';
```

This in some cases provides a nicer end user DX, and since it still
retains the old behavior of also exporting a named export this is not a
breaking change. For this reason I postulate that this is an overall win
to consumers of the API.

Fixes #37
@samccone samccone force-pushed the sjs/add_default_export branch from 7e67675 to ba483e4 Compare December 2, 2017 20:48
@paulirish paulirish merged commit 5617473 into master Dec 2, 2017
@samccone samccone deleted the sjs/add_default_export branch December 2, 2017 21:12
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