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

Update npm run #413

Merged
merged 1 commit into from
Jul 18, 2016
Merged

Conversation

wesleytodd
Copy link
Contributor

Previously npm run was using the spawn-sync module, which is a c extension. This PR updates to the 3.x branch which no longer uses that module, switching to the core spawnSync. This drops support for node <0.12 and thus would be a major version bump. I don't know how this project manages old node support, but this is here for whenever you don't mind dropping that :)

@millermedeiros millermedeiros added this to the v0.10.0 milestone Jul 18, 2016
@millermedeiros
Copy link
Owner

I'm going to merge this on v0.10 !!! node v0.12 should be fine. sorry for the huge delay!

@millermedeiros millermedeiros merged commit 49f6868 into millermedeiros:master Jul 18, 2016
@wesleytodd
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants