chakra-codemod icon indicating copy to clipboard operation
chakra-codemod copied to clipboard

Don't write to `package.json` if no dependency updates required

Open with-heart opened this issue 5 years ago • 0 comments

updateDependencies in cli.ts currently writes to package.json whether old dependencies need to be removed/new dependencies need to be added or not. Unnecessarily results in package.json having an unclean git state.

with-heart avatar Dec 09 '20 15:12 with-heart