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

Build: Pinning run-async dependency to 2.2.x #54

Merged
merged 1 commit into from
Dec 12, 2016
Merged

Conversation

platinumazure
Copy link
Member

@platinumazure platinumazure commented Dec 11, 2016

The run-async package released version 2.3.0 recently, which completely dropped support for Node 0.10 by removing a Promise polyfill they were using internally. This has broken our master build.

We should drop Node 0.10 support at some point, but I'd rather do that as a semver-major change. For now, this PR just adds a run-async dependency (pinning at 2.2.x) so that npm install will install the right version on Travis and keep this package working in Node 0.10 for now.

If we merge this, we can cut a minor release (when we're done with any other features we may want to add), and then drop Node 0.10 and Node 5 support in a semver-major release.

@platinumazure platinumazure merged commit dab779a into master Dec 12, 2016
@platinumazure platinumazure deleted the pin-run-async branch December 12, 2016 19:03
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.

None yet

3 participants