So I was poking around inside the distributed version of hapi for various reasons and noticed the npm-shrinkwrap.json had gone missing. You can see that it's missing by installing it and looking in node_modules or by fetching down https://registry.npmjs.org/hapi/-/hapi-15.0.3.tgz and looking inside the tarball.
hapi has a pretty atypical shrinkwrap so I've often used it as a very basic canary for shrinkwrap changes.
The reason it's not being packaged is the .npmignore that was added in 84288ec. From the commit I can't tell if this was intentional.
Now... don't get me wrong, I would actually be quite pleased to see fewer unusual shrinkwraps on the registry. So if removing it was intentional, don't put it back on my account! But if it wasn't, I figured you all would want to be aware that it had gone missing.
So I was poking around inside the distributed version of
hapifor various reasons and noticed thenpm-shrinkwrap.jsonhad gone missing. You can see that it's missing by installing it and looking innode_modulesor by fetching downhttps://registry.npmjs.org/hapi/-/hapi-15.0.3.tgzand looking inside the tarball.hapihas a pretty atypical shrinkwrap so I've often used it as a very basic canary for shrinkwrap changes.The reason it's not being packaged is the
.npmignorethat was added in 84288ec. From the commit I can't tell if this was intentional.Now... don't get me wrong, I would actually be quite pleased to see fewer unusual shrinkwraps on the registry. So if removing it was intentional, don't put it back on my account! But if it wasn't, I figured you all would want to be aware that it had gone missing.