-
Notifications
You must be signed in to change notification settings - Fork 18
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
Leading zeros #3
Conversation
Hi @Deseteral, thanks for the PR! Looks okay to me, please remove the |
also might want to shorten the option to just |
Why should I remove |
@Deseteral no, it isn't :)
Importantly, when From the documentation:
https://docs.npmjs.com/files/package-lock.json So generally a lot of module authors avoid committing For example, a bug might be undetectable because modules in So, for these many reasons, please remove I will also add |
Interesting. I didn't know that. Thanks for the explanation 😄 Let me know what do you think about it now 😃 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great!
Released in |
One final note -- just transferred ownership of this project to https://github.com/hypermodules to share maintenance. |
Great! Thank you for the review and your patience in explaining the |
This PR adds support for
leadingZeros
option flag. It might be useful formatting option.Example:
Let me know what you think 😄