You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running commitizen init ... the last newline in the package.json gets removed. Not only is this annoying because of the git diffs and because npm i --save will add it back; it's also no longer technically a text file.
It would be awesome if the newline could be kept 🙌