Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: missing dependency on fs-extra #56

Merged
merged 1 commit into from
Nov 19, 2019
Merged

Conversation

eladb
Copy link
Contributor

@eladb eladb commented Nov 19, 2019

Move fs-extra from devDependencies to dependencies since runJob.js depends on it:

const fs = require("fs-extra");

Move `fs-extra` from `devDependencies` to `dependencies` since [runJob.js] depends on it.

[runJob.js]: https://github.com/Anifacted/lerna-update-wizard/blob/84720b54ed7295e1cca3ff21d9af8bf007d4bcae/src/runJob.js#L1)
@Anifacted
Copy link
Owner

Ah, nice catch. Thanks :)

@Anifacted Anifacted merged commit 25aafb1 into Anifacted:master Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants