This repository was archived by the owner on May 1, 2024. It is now read-only.
Replies: 2 comments
|
I would prefer this as well; it minimizes diff churn when a dependency is added or removed. (same for every dep category) |
0 replies
|
@brettz9 if you have an idea for a specific feature to be added to the npm CLI the best next step would be to open an issue over at https://github.com/npm/rfcs to propose the change to the CLI team! Thanks for opening the discussion. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I like to have
dependencieseven if empty in package.json. I can search through a large file to find it, and it just makes clear the status.However,
npm iregularly removes this when empty. Could we get config to stop this from happening?All reactions