and not really used within the plugin. In this case having it declared in devDependencies is already enough 😊 (it's already there)
NOTE: It would be a good idea to also udpate the package-lock.json file, I can update and add it to this PR but I'll leave for you to chose, since it also updates a lot of other dependencies so you may choose to do it later on.
lodash is currently only used on:
./example.js
test/helpers/readline.js
and not really used within the plugin. In this case having it declared in
devDependencies
is already enough 😊 (it's already there)NOTE: It would be a good idea to also udpate the
package-lock.json
file, I can update and add it to this PR but I'll leave for you to chose, since it also updates a lot of other dependencies so you may choose to do it later on.