When running a command such as relative-deps add, it will rewrite and prettify the entire package.json file even if only a few lines were added. It will also not honor the indentation style, rewriting tabs into spaces. It would be better if the smallest possible change were made to the file, honoring the existing indentation style.
When running a command such as
relative-deps add, it will rewrite and prettify the entirepackage.jsonfile even if only a few lines were added. It will also not honor the indentation style, rewriting tabs into spaces. It would be better if the smallest possible change were made to the file, honoring the existing indentation style.