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 obsolete babel dependency #74

Merged
merged 1 commit into from
May 30, 2017
Merged

remove obsolete babel dependency #74

merged 1 commit into from
May 30, 2017

Conversation

goto-bus-stop
Copy link
Contributor

babel no longer does anything since Babel v6.

npm was installing the babel executable stub from the babel package instead of the compiler executable from the babel-cli package for me, so npm run transpile would fail. This removes the obsolete dependency so the babel-cli version will always be installed instead.

`babel` no longer does anything since Babel v6.
@Acconut Acconut merged commit 902e4bf into tus:master May 30, 2017
@Acconut
Copy link
Member

Acconut commented May 30, 2017

Thank you :)

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