Closed mpj closed 7 years ago
Mout is still not v1.0 and introduces breaking changes from release to release. If anything, because it's pre-1.0 you should be more restrictive.
I agree with @jdalton, a "compatible with 0.9" is not a good idea for the reason he has state, also because the "compatible with" is only working on node post >= 0.10 and iirc prime still works fine on previous version of node. This change will make prime incompatible with 0.8 for no apparent reason.
prime is 0.4.x right now. I think it can afford to have breaking changes. That said, it can be more restrictive and test against moutjs@0.10 before updating.
This change will make it incompatible with node.js@0.8 because of the semver ^
correct?
Yep
Very helpful when deduping.