This work implements [BUG] `bundleDependencies: true` changed back into an array after `npm install --save` (open)
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest npm version
- [X] I am using the latest npm
Current Behavior
bundleDependencies gets normalized into an array when package.json is saved.
Expected Behavior
bundleDependencies remains true.
Steps To Reproduce
- Have
bundleDependencies: truein yourpackage.json npm installa new dependency
Environment
- npm: 9.6.5
- Node.js: 18.14.2
- OS Name: macOS
- System Model Name:
- npm config:
ini ; copy and paste output from `npm config ls` here