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
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.