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

Remove execSync dependency #26

Closed
tomzx opened this issue Feb 15, 2015 · 2 comments
Closed

Remove execSync dependency #26

tomzx opened this issue Feb 15, 2015 · 2 comments

Comments

@tomzx
Copy link

tomzx commented Feb 15, 2015

execSync is now deprecated.

As mentioned on execSync, both io.js and node.js now support the execSync function.

Please take the time to remove this package dependency to the execSync package.

See node.js or io.js documentation.

Thanks!

@xavi-
Copy link
Owner

xavi- commented Feb 15, 2015

Probably won't remove execSync completely, to maintain reverse compatibility. But I will add a check for the native version.

@CMTegner
Copy link
Contributor

to maintain reverse compatibility

That's what major-increment releases are for ;)

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

No branches or pull requests

3 participants