andrewrk / juice

Juice inlines CSS stylesheets into your HTML source.
MIT License
60 stars 13 forks source link

Bump dependencies and version, update jsdom methods #30

Closed jonscottclark closed 9 years ago

jonscottclark commented 9 years ago

I took a look at the changes made in @sunnylost 's fork, as discussed here: https://github.com/andrewrk/juice/issues/16#issuecomment-71363934

Made those changes manually, ran my task that used this module, and then I no longer received this error: https://github.com/andrewrk/juice/issues/29

All this PR does is bump all the dependencies, the version number, and updates the jsdom methods in order to work with the newer version of jsdom, with thanks to @sunnylost for figuring out how to get it working again.

Please merge so people using your module in favour of the original Juice can actually use this without issue. Thanks :smile: