zkochan / packages

Zoltan Kochan's npm packages
MIT License
99 stars 26 forks source link

feat(write-yaml-file): migrate js-yaml to yaml #198

Open danielbayley opened 3 months ago

danielbayley commented 3 months ago

yaml is a better library, and handles comments much better than js-yaml, which is no longer maintained, since ~3 years now.

This might possibly be a breaking change, as yaml accepts slightly different options.