jsdom / cssstyle

A Node.js implementation of the CSS Object Model CSSStyleDeclaration interface
MIT License
109 stars 70 forks source link

Test node versions 6, 8, 10, and 11 in CI #86

Closed jsakas closed 5 years ago

jsakas commented 5 years ago

v1.2.0 broke some apps running in Node 6 due to use of dangling comma. I would like to prevent that from happening again for future updates.