Skip to content

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

@TimSusa

Description

@TimSusa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions