When specs of dev or optional dependencies in `package.json`
defer from the ones in `shrinkwrap.yaml`, prefers the specs from
`package.json` and ignore the ones in `shrinkwrap.yaml`.
After installation, `shrinkwrap.yaml` has to be updated with
specs that match the ones in `package.json`.