jamesshore / quixote

CSS unit and integration testing
Other
847 stars 45 forks source link

Move to using yarn? #48

Closed JuanCaicedo closed 7 years ago

JuanCaicedo commented 7 years ago

Some discussion about using yarn:

Seems like it's not a big deal at the moment, but I thought I'd make an issue for discussion

ioneyed commented 7 years ago

Yarn would only be needed if you intend on keeping the non specific version in the package json. If you want to "Lock" the version just use the absolute version and plan in your build process or contribution process to make people update versions to the next non breaking specific.

https://docs.npmjs.com/files/package.json#dependencies

jamesshore commented 7 years ago

The current approach to dependencies is working as intended. Closing this for now.