When deleting dependency link manually from your deep package and then re-publishing it to npm, it gets deleted from deep.json but package.json still contains it.
Expected Behavior
Manually deleted dependency should be deleted from both package&deep.json files.
Current Behavior
Manually deleted dependency gets deleted from only deep.json file.
Steps to reproduce
1) Install any deep package which has other deep packages linked as deps through packager inside deep client.
2) Manually delete links associated with the dependency, e.g. contain and Dependency link looping from other package's link.
3) Publish your package with packager to npm.
4) Go to npm page and see files.
Describe the bug
When deleting dependency link manually from your deep package and then re-publishing it to npm, it gets deleted from deep.json but package.json still contains it.
Expected Behavior
Manually deleted dependency should be deleted from both package&deep.json files.
Current Behavior
Manually deleted dependency gets deleted from only deep.json file.
Steps to reproduce
1) Install any deep package which has other deep packages linked as deps through packager inside deep client. 2) Manually delete links associated with the dependency, e.g. contain and Dependency link looping from other package's link. 3) Publish your package with packager to npm. 4) Go to npm page and see files.
Environment
No response