mkdirp-promise
mkdirp-promise copied to clipboard
fix: lock mkdirp dependency at compatible version
Prevents this package from pulling in the breaking change 1.0.x release of mkdirp
when it is a dependency of some other packages
Hopefully... fixes #87
Please merge this. Pulling in *
for the dependency is preventing us from deploying changes to a legacy Node.js v6 app -- not to mention, it is generally irresponsible, and a most welcome change to lock down the dependencies even though Node.js v6 is EOL...
This is a dependency of https://github.com/lerna/lerna and a few other common packages.. @ahmadnassri can you merge this and publish a patch?
please fix this problem @ahmadnassri