at-import / breakpoint

Really simple media queries in Sass
MIT License
2.09k stars 142 forks source link

Consider using >=0.8.2 for eyeglass "needs" #174

Open jptaranto opened 8 years ago

jptaranto commented 8 years ago

Last month eyeglass quietly ticked over to version 1.0.0 - and hence anyone using the latest version will get an incompatibility warning while using breakpoint as it specifies "needs": "^0.8.2" in its eyeglass config.

Changing the compatibility line to "needs": ">=0.8.2" maintains current compatibility and future proofs against 1.x releases of eyeglass.

The following modules are incompatible with eyeglass 1.1.2:
  breakpoint needed eyeglass ^0.8.2