kurierjs / kurier

TypeScript framework to create JSON:API compliant APIs
https://kurier.readthedocs.io/en/latest/
MIT License
61 stars 9 forks source link

Replace Yarn with NPM #311

Closed spersico closed 2 years ago

spersico commented 2 years ago

Yarn 1.X's future is uncertain, and we believe that the tradeoff of a couple of seconds of installation process time, to have one less dev dependency in the build/test process, and using a more mantained package manager is worth it.

This PR updates the project to use npm instead of yarn.

Resolves #308.