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
Is it possible to specify explicit version of
putdependency? We usenpm shrinkwrapin a project and get an error about unexpected version."put": "^0.0.6"should work just fineI 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