bigslycat / mq-polyfill

CSSOM-valid and jsdom/Jest-compatible matchMedia server-side polyfill.
https://www.npmjs.com/package/mq-polyfill
MIT License
29 stars 5 forks source link

[proposal] Change engines to >=6 #1

Closed fuller closed 7 years ago

fuller commented 7 years ago

First off, great work on this library 👍 💯

We were looking to integrate this into one of our projects, but we are on Node 6.x and the package.json is scoped to an engine of 7 or greater. Node 6 is the current version that is in long-term support, so it'd be great if that was supported here as well. https://github.com/nodejs/LTS

bigslycat commented 7 years ago

Thanks for PR. No problem. But for this we need to reconfigure the building process.

bigslycat commented 7 years ago

@ajfuller Done. Released as mq-polyfill@1.1.8.

fuller commented 7 years ago

Awesome, thank you!