Closed
Description
Current Behavior:
When I run npm audit fix on my project, it is deleting sessions of my package.json file such as "description" and "scripts"
Expected Behavior:
I expect the command only change my dependencies.
Steps To Reproduce:
- clone this repo https://github.com/po-ui/po-angular.git
- Run npm i
- Run npm audit fix
- See package.json
Environment:
- OS: Ubuntu 20.04
- Node: v12.18.2
- NPM: 7.0.0-beta.5