andrewrk / juice

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

Bump dependencies (most importantly, jsdom) and version number, update jsdom methods #31

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: #16 (comment)

Made those changes manually, ran my task that used this module, and then I no longer received this error: #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. Note: jsdom is currently at major version 5, but anything version 4 and above is only meant to work with iojs, so this PR only uses jsdom version 3.

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