Open osher opened 7 years ago
let the project determine the version, as long as it befits your dependency policy.
AFAIK - the way to do that is using peerDependencies, and not dependencies. Classical case IMHO
peerDependencies
dependencies
👍 , should use 'cls-hooked' for node 8+.
let the project determine the version, as long as it befits your dependency policy.
AFAIK - the way to do that is using
peerDependencies
, and notdependencies
. Classical case IMHO