explicit version for "put" dependency
indeyets opened this issue · 1 comments
indeyets commented
Is it possible to specify explicit version of put
dependency? We use npm shrinkwrap
in a project and get an error about unexpected version.
"put": "^0.0.6"
should work just fine
I can (and will) file corresponding bug against npm, but it should be an easy fix on your side, while fixing npm will take quite some time
quaelin commented
This is an issue for me as well.