Remove npm-shrinkwrap.json
npm-shrinkwrap.json is counterproductive for libraries as it fixes versions, which makes deduplicating of npm packages in your node_modules harder.
npm-shrinkwrap.json is counterproductive for libraries as it fixes versions, which makes deduplicating of npm packages in your node_modules harder.