Create an npm-shrinkwrap.json from the current npm.lock.
mix npm.shrinkwrapThe shrinkwrap file locks exact versions for publishing. Unlike
npm.lock (which is project-only), npm-shrinkwrap.json is
included when the package is published to the registry.