arcticicestudio / snowsaw

A lightweight, plugin-driven and dynamic dotfiles bootstrapper.
MIT License
98 stars 8 forks source link

Switch from npm to Yarn #81

Closed arcticicestudio closed 4 years ago

arcticicestudio commented 4 years ago

Since Yarn is fully compatible with npm, but provides way more useful features and uses a stable dependency solution strategy, snowsaw should use Yarn by default. Therefore the npm specific package-lock.json file should be removed and replaced with Yarn's yarn.lock file.

arcticicestudio commented 4 years ago

Resolved in b7de6dbf6e16193924688e7bc00c4b19baf52908