Closed Chalarangelo closed 5 years ago
@matthieu-foucault thanks - I don't personally use lodash. I agree with your second point then I'm happy with it - also the package-lock.json
does need to be committed.
package-lock.json
updated.|| {}
.Anything else?
This PR contains a:
Motivation / Use-Case
In an attempt to remove dependencies that are barely used in popular npm packages, I have replaced lodash's
clone
method with an inlineclone
function with the same functionality. Based on that and provided thatlodash
is not used anywhere else in this package from what I can tell, the dependency onlodash
has also been removed frompackage.json
.Breaking Changes
Additional Info