frontendfriends / node-combine-mq

Combine matching media queries into one media query definition. Useful for CSS generated by preprocessors using nested media queries.
MIT License
19 stars 11 forks source link

node 0.12 warning #8

Closed fephil closed 9 years ago

fephil commented 9 years ago

When installing on node 0.12 (stable):

npm WARN engine combine-mq@0.6.0: wanted: {"node":"v0.10.x"} (current: {"node":"0.12.0","npm":"2.5.1"})

Not a huge problem but would be good to fix.

furzeface commented 9 years ago

Fix it Phil!!

fephil commented 9 years ago

Pull request has been done.