Turns out the issue with #31 was an outdated version of verb that was trying to install a module that was recently unpublished from npm. This PR updates verb and all other dependencies. The .eslintrc file was also updated in order to be compatible with the latest version of ESLint.
Turns out the issue with #31 was an outdated version of
verb
that was trying to install a module that was recently unpublished from npm. This PR updates verb and all other dependencies. The.eslintrc
file was also updated in order to be compatible with the latest version of ESLint.