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

CHORE: Consider updating node version in package.json and throw away babel dependencies #81

Open
TimSusa opened this issue May 4, 2019 · 0 comments

Comments

@TimSusa
Copy link

TimSusa commented May 4, 2019

Hey,

As it seems to me, you have a strict contract of using an old version of node in your package.json:

"engines": {
        "node": "0.10.x"
    },

Furthermore, you seem to use babel-transpiler, which should already shipped with an actual version of node. As a result you maybe could get rid of a lot of babel stuff.

Cheers

Tim.

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

1 participant