I don't think adding babel-core as normal dependency is a good idea. Better, though still doubtful, would be to add it as dev dependency, which is discussed in #72. Feel free to join the discussion ;)
In addition, Babel changed the naming of packages, so for version 7 the correct dependence is @babel/core. Support for Babel7 is solved in #75.
Hello, @syzer. Thank you for your PR.
I don't think adding babel-core as normal dependency is a good idea. Better, though still doubtful, would be to add it as dev dependency, which is discussed in #72. Feel free to join the discussion ;)
In addition, Babel changed the naming of packages, so for version 7 the correct dependence is @babel/core. Support for Babel7 is solved in #75.