neocotic / europa

Library for converting HTML into valid Markdown
MIT License
159 stars 24 forks source link

Upgrade dependencies to latest versions #60

Closed neocotic closed 8 years ago

neocotic commented 8 years ago

This should be pretty straight forward but will have consequences, especially for jsdom, where the latest versions require us to now only support Node v4 and above due to their usage of ES6/2015. However, we'll be adopting the same principles to avoid having to use Babel for anything other than browser support.

neocotic commented 8 years ago

Marking this as invalid as the Europa :new_moon: rewrite will involve upgrading all dependencies to the latest version. This will require that the Node.js package be ran on v4+ to meet the jsdom requirement. This is a far better trade-off from having to use contextify.