-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package.json formatting #72
Comments
Hmmm probably because we use JSON.parse. I'll have to look into other ways
|
You can reproduce it yourself easily. Do Package.json contents:
|
@fvanwijk I see what you're saying. In the next release I will fix this and make sure to use this package to detect the indentation preferences. |
Nice! It would be nice when the result is the same as when you're doing |
When I run
commitizen init cz-conventional-changelog --save --save-exact
thecz-conventional-changelog
is added to package.json as promised, but my package.json is modified in such a way that all whitespace is gone. So there is only a very long line.I'm not sure if this also happens with other commands.
The text was updated successfully, but these errors were encountered: